aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/app.lisp17
1 files changed, 15 insertions, 2 deletions
diff --git a/app/app.lisp b/app/app.lisp
index 3cfb5cf..316b917 100644
--- a/app/app.lisp
+++ b/app/app.lisp
@@ -172,10 +172,23 @@ export EDITOR=/usr/bin/zile
(text :contents " ")
(text :contents "Print information about a contributor."))
(group (:header "HELP MENU")
- (text :contents "Usage: ol help [COMMAND TOPIC]")
+ (text :contents "Usage: ol help [COMMAND_SECTION]")
(text :contents " ")
(text :contents "Print a help menu. With no arguments, prints this help.")
- (text :contents "Command topics include: search, run, clip, show, new, edit, flag, lock, redeem, invite, login, password, signature")))
+ (text :contents "Command sections include:")
+ (text :contents "search")
+ (text :contents "run")
+ (text :contents "clip")
+ (text :contents "show")
+ (text :contents "new")
+ (text :contents "edit")
+ (text :contents "flag")
+ (text :contents "lock")
+ (text :contents "redeem")
+ (text :contents "invite")
+ (text :contents "login")
+ (text :contents "password")
+ (text :contents "signature")))
;;; HELPERS