diff options
author | Colin Okay <okay@toyful.space> | 2022-03-14 19:00:54 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-14 19:00:54 -0500 |
commit | 3c8b1804a7e520f465ced563bbf9b416b4abb8ab (patch) | |
tree | 73946a99993517a5b019be751f5fe002bca842a7 /app | |
parent | 6dd2563a0f2b848e84f297a0a2296756c65f6246 (diff) |
added EDITOR CONFIGURATION help topic
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 |