Add/improve docs for doom sync's -u & -p switches
This commit is contained in:
parent
8c37928de2
commit
16d44de0db
1 changed files with 2 additions and 2 deletions
|
@ -359,8 +359,8 @@ everywhere we use it (and internally)."
|
|||
(defcli! (sync s)
|
||||
((inhibit-envvar-p ["-e"] "Don't regenerate the envvar file")
|
||||
(inhibit-elc-p ["-c"] "Don't recompile config")
|
||||
(update-p ["-u"] "...")
|
||||
(prune-p ["-p" "--prune"] "Purge orphaned packages & regraft repos"))
|
||||
(update-p ["-u"] "Update installed packages after syncing")
|
||||
(prune-p ["-p" "--prune"] "Purge orphaned package repos & regraft them"))
|
||||
"Synchronize your config with Doom Emacs.
|
||||
|
||||
This is the equivalent of running autoremove, install, autoloads, then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue