From 3a412cda20b45a2e6617d43e66c6c006924dad88 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 13 Mar 2022 10:57:05 -0500 Subject: cosmetic change to command section printout --- app/app.lisp | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'app/app.lisp') 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 -- cgit v1.2.3