summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2025-03-10 02:42:29 +0100
committerJulian Hurst <ark@mansus.space>2025-03-10 02:42:29 +0100
commitf1fb012d8ca7093bf80a794fd387a88412e7a648 (patch)
tree0291dacd12f838f13fcf51262c8106334d60964d
parent9b0fdeea0b7dd80e5d198b1e95b6ceb077153050 (diff)
downloadtimer-f1fb012d8ca7093bf80a794fd387a88412e7a648.tar.gz
Improve program description
-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);