diff options
| -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); |
