diff options
-rw-r--r-- | app/app.lisp | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/app.lisp b/app/app.lisp index 703fd77..677eed4 100644 --- a/app/app.lisp +++ b/app/app.lisp @@ -198,12 +198,14 @@ export EDITOR=/usr/bin/zile (text :contents " ") (text :contents "Print information about a contributor.")) (group (:header "EDITOR CONFIGURATION" :hidden t) - (text :contents "Some commands use a system editor to edit long blocks of text. To configure this editor, please set the EDITOR environment variable.") - (text :contents "E.g. export EDITOR=/usr/bin/nano")) + (text :contents +configure-your-edtior+)) + (group (:header "VARIABLES IN ONELINERS") + (text :contents +oneliners-variables-help-text+)) (group (:header "HELP MENU") (text :contents "Usage: ol help [SECTION]") (text :contents " ") (text :contents "Print a help menu. With no arguments, prints this help.") + (text :contents " ") (text :contents "Command sections include:") (text :contents (str:join @@ -227,8 +229,9 @@ export EDITOR=/usr/bin/zile "login" "whois" "password" - "signature" - "editor")))))) + "signature")))) + (text :contents " ") + (text :contents "Additional topics include: editor variables"))) ;;; HELPERS |