aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttt.jai b/ttt.jai
index 6f165a8..afa769e 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -1245,13 +1245,13 @@ main :: () {
"Usage: ttt [OPTION]... [FILE]...\n",
" -i, --import-csv [FILE] Import CSV file to database (discard first row).\n",
" -e, --export-csv [FILE] Export database to CSV file.\n",
- " -s, --start-of-week [NUMBER] Set first day of week (0 = Sunday, 1 = Monday ...).\n",
+ " -s, --start-of-week [NUMBER] Set first day of week (0=Sunday, 1=Monday...).\n",
" -n, --no-autosave Disable autosave feature (only save on exit).\n",
" -h, --help Display this help and exit.\n",
" -v, --version Output version information and exit.\n",
"\n",
"In app commands\n",
- " w, W Archive a duplicate and reset times for all tasks.\n",
+ " w, W Archive duplicates and reset all tasks.\n",
" a, A Archive selected task (except if active).\n",
" r, R Restore selected task from archive.\n",
" t, T Select currently active task (if any).\n",