From f1fb012d8ca7093bf80a794fd387a88412e7a648 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Mon, 10 Mar 2025 02:42:29 +0100 Subject: Improve program description --- timer.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3