Fixing tests and updating documentation.
This commit is contained in:
committed by
Paul Beckingham
parent
f5d6da2a7b
commit
60a7d2128e
@@ -970,7 +970,13 @@
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// shell
|
||||
#define STRING_SHELL_UNKOWN_OPTION "Ignoring unkown option: "
|
||||
#define STRING_SHELL_USAGE \
|
||||
"Usage: tasksh [<commands-file>] Execute task commands inside <commands-file> if given,\n" \
|
||||
" or otherwise, start interactive task shell.\n" \
|
||||
" tasksh --version Print task version.\n" \
|
||||
" tasksh --help Print this help.\n"
|
||||
|
||||
#define STRING_SHELL_NO_FILE "Input file does not exist.\n"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user