updated help message
parent
b40e57528c
commit
1c3b007413
12
messages.rkt
12
messages.rkt
|
@ -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 "
|
||||||
|
|
Loading…
Reference in New Issue