Fixing tests and updating documentation.

This commit is contained in:
Haitham Gad 2013-03-09 21:57:07 -05:00 committed by Paul Beckingham
parent f5d6da2a7b
commit 60a7d2128e
7 changed files with 139 additions and 85 deletions

View file

@ -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