From 1e5b1478a5baccb4972ce8dc321b114814829fcd Mon Sep 17 00:00:00 2001 From: dam Date: Sat, 11 May 2024 04:41:04 +0100 Subject: Improved help text. --- ttt.jai | 4 ++-- 1 file 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", -- cgit v1.2.3