diff options
| author | Julian Hurst <ark@mansus.space> | 2025-03-10 02:42:29 +0100 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2025-03-10 02:42:29 +0100 |
| commit | f1fb012d8ca7093bf80a794fd387a88412e7a648 (patch) | |
| tree | 0291dacd12f838f13fcf51262c8106334d60964d | |
| parent | 9b0fdeea0b7dd80e5d198b1e95b6ceb077153050 (diff) | |
| download | timer-f1fb012d8ca7093bf80a794fd387a88412e7a648.tar.gz | |
Improve program description
| -rw-r--r-- | timer.ha | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
