summaryrefslogtreecommitdiff
path: root/timer.ha
diff options
context:
space:
mode:
Diffstat (limited to 'timer.ha')
-rw-r--r--timer.ha2
1 files changed, 1 insertions, 1 deletions
diff --git a/timer.ha b/timer.ha
index 0f01f0e..c4988bd 100644
--- a/timer.ha
+++ b/timer.ha
@@ -118,7 +118,7 @@ fn parse_duration_hms(duration: const str) (time::duration | parseerror | strcon
export fn main() void = {
const cmd = getopt::parse(os::args,
- "timer for alarms",
+ "cli timer with a countdown",
"duration",
);
defer getopt::finish(&cmd);