Add/improve docs for doom sync's -u & -p switches

This commit is contained in:
Henrik Lissner 2020-05-25 16:26:16 -04:00
parent 8c37928de2
commit 16d44de0db
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -359,8 +359,8 @@ everywhere we use it (and internally)."
(defcli! (sync s) (defcli! (sync s)
((inhibit-envvar-p ["-e"] "Don't regenerate the envvar file") ((inhibit-envvar-p ["-e"] "Don't regenerate the envvar file")
(inhibit-elc-p ["-c"] "Don't recompile config") (inhibit-elc-p ["-c"] "Don't recompile config")
(update-p ["-u"] "...") (update-p ["-u"] "Update installed packages after syncing")
(prune-p ["-p" "--prune"] "Purge orphaned packages & regraft repos")) (prune-p ["-p" "--prune"] "Purge orphaned package repos & regraft them"))
"Synchronize your config with Doom Emacs. "Synchronize your config with Doom Emacs.
This is the equivalent of running autoremove, install, autoloads, then This is the equivalent of running autoremove, install, autoloads, then