diff --git a/bin/doom b/bin/doom index e72602c7f..c908e734d 100755 --- a/bin/doom +++ b/bin/doom @@ -43,6 +43,8 @@ ;; Parse options (while (ignore-errors (string-prefix-p "-" (car args))) (pcase (pop args) + ((or "-h" "--help") + (error "Did you mean 'doom help'?")) ((or "-d" "--debug") (setq doom-debug-mode t)) ((or "-p" "--private")