From f18dddd766af9e06ba4f66487701322de495de59 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 14 Mar 2022 08:11:58 -0500 Subject: tweaks to help menu printing --- app/app.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/app.lisp') 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) -- cgit v1.2.3