diff options
| author | dam <dam@gudinoff> | 2024-05-11 04:41:04 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-05-11 04:41:04 +0100 |
| commit | 1e5b1478a5baccb4972ce8dc321b114814829fcd (patch) | |
| tree | cc65e23b63445db3712f21865715a1ff8d9c81e0 /ttt.jai | |
| parent | b8cb706e8d9566425ca336e135e6f3ca93b6d467 (diff) | |
| download | task-time-tracker-1e5b1478a5baccb4972ce8dc321b114814829fcd.tar.zst task-time-tracker-1e5b1478a5baccb4972ce8dc321b114814829fcd.zip | |
Improved help text.
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |
