diff options
author | Colin Okay <okay@toyful.space> | 2022-03-14 08:11:58 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-14 08:11:58 -0500 |
commit | f18dddd766af9e06ba4f66487701322de495de59 (patch) | |
tree | 643f19af0372ab0b3438c83f3470444bed4b1253 /app/app.lisp | |
parent | 4b390fcde69013393bae325be2e8d2f5944cd15b (diff) |
tweaks to help menu printing
Diffstat (limited to 'app/app.lisp')
-rw-r--r-- | app/app.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/app.lisp b/app/app.lisp index b082dee..69cc42c 100644 --- a/app/app.lisp +++ b/app/app.lisp @@ -198,7 +198,7 @@ export EDITOR=/usr/bin/zile (text :contents " ") (text :contents "Print information about a contributor.")) (group (:header "HELP MENU") - (text :contents "Usage: ol help [COMMAND_SECTION]") + (text :contents "Usage: ol help [SECTION]") (text :contents " ") (text :contents "Print a help menu. With no arguments, prints this help.") (text :contents "Command sections include:") @@ -336,7 +336,7 @@ than the users." (:whois (help-and-quit-unless "whois" args) (cli:show-contributor (first args))))))) - (help))) + (help-topic "help"))) (uiop:quit)) (defun help-topic (topic) |