diff --git a/core/cli/help.el b/core/cli/help.el index 3f62fd092..a5e133a93 100644 --- a/core/cli/help.el +++ b/core/cli/help.el @@ -65,7 +65,7 @@ OPTIONS: ((null sections) (if (null cli) (signal 'doom-cli-command-not-found-error command) - (doom-cli-help--print cli context manpage? (not localonly?)) + (doom-cli-help--print cli context manpage? localonly?) (exit! :pager?))) (t (dolist (section sections)