aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-03-13 10:57:05 -0500
committerColin Okay <okay@toyful.space>2022-03-13 10:57:05 -0500
commit3a412cda20b45a2e6617d43e66c6c006924dad88 (patch)
tree8cb1d87555b07e6b3e4bfc356781b6ad130d7329
parent82a0911f93760a0059addc056340733f8797ae91 (diff)
cosmetic change to command section printout
-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