diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/app.lisp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/app.lisp b/app/app.lisp index 3277521..703fd77 100644 --- a/app/app.lisp +++ b/app/app.lisp @@ -197,6 +197,9 @@ export EDITOR=/usr/bin/zile (text :contents "Usage: ol whois <HANDLE>") (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")) (group (:header "HELP MENU") (text :contents "Usage: ol help [SECTION]") (text :contents " ") @@ -224,7 +227,8 @@ export EDITOR=/usr/bin/zile "login" "whois" "password" - "signature")))))) + "signature" + "editor")))))) ;;; HELPERS |