From e9a1908e0daa994101a1fab9b2b7f555785e2d58 Mon Sep 17 00:00:00 2001 From: Ken Bolton Date: Fri, 30 Sep 2022 16:59:37 -0400 Subject: [PATCH] docs(cli): doom upgrade: s/-f/--force Fix: #6712 --- lisp/cli/upgrade.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cli/upgrade.el b/lisp/cli/upgrade.el index 9405a14cb..f8584a583 100644 --- a/lisp/cli/upgrade.el +++ b/lisp/cli/upgrade.el @@ -90,7 +90,7 @@ following shell commands: (user-error "%s\n\n%s\n\n %s" (format "Refusing to upgrade because %S has been modified." (abbreviate-file-name doom-emacs-dir)) - "Either stash/undo your changes or run 'doom upgrade -f' to discard local changes." + "Either stash/undo your changes or run 'doom upgrade --force' to discard local changes." (string-join dirty "\n")) (print! (item "You have local modifications in Doom's source. Discarding them...")) (sh! "git" "reset" "--hard" (format "origin/%s" branch))