mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Fixing tests and updating documentation.
This commit is contained in:
parent
f5d6da2a7b
commit
60a7d2128e
7 changed files with 139 additions and 85 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue