updated help message

main
m455 2019-03-14 22:29:57 -04:00
parent b40e57528c
commit 1c3b007413
1 changed files with 6 additions and 6 deletions

View File

@ -8,21 +8,21 @@
(hash (hash
'show-help (string-append 'show-help (string-append
"Usage\n" "Usage\n"
"======\n" "=====\n"
"If using the " "If you are using the "
"<" config:initialize-command ">" " or " "<" config:initialize-command ">" " or "
"<" config:list-command ">" " commands, follow the structure below:\n" "<" config:list-command ">" " commands, follow the structure below:\n"
config:program-name " <command>\n" config:program-name " <command>\n"
"\n" "\n"
"If using the " "If you are using the "
"<" config:add-command ">" " or " "<" config:add-command ">" " or "
"<" config:remove-command ">" " commands, follow the structure below:\n" "<" config:remove-command ">" " commands, follow the structure below:\n"
config:program-name " <command> [argument]\n" config:program-name " <command> [argument]\n"
"\n" "\n"
"Commands\n" "Commands\n"
"======\n" "========\n"
"<" config:initialize-command ">" ":\n" "<" config:initialize-command ">" ":\n"
"Create a file in " "Create a file in "
@ -70,8 +70,8 @@
" In the example above, the first item was removed from the list\n" " In the example above, the first item was removed from the list\n"
"\n" "\n"
"Can't see this whole help message?\n" "Can't see the whole help message?\n"
"======\n" "=================================\n"
"Try running " "Try running "
"`" config:program-name " -h | less` to use the arrow keys " "`" config:program-name " -h | less` to use the arrow keys "
"to scroll up and down through the help message, then when you " "to scroll up and down through the help message, then when you "