aboutsummaryrefslogtreecommitdiff
path: root/distamp.ha
diff options
context:
space:
mode:
Diffstat (limited to 'distamp.ha')
-rw-r--r--distamp.ha2
1 files changed, 1 insertions, 1 deletions
diff --git a/distamp.ha b/distamp.ha
index 0b908ed..fd865c4 100644
--- a/distamp.ha
+++ b/distamp.ha
@@ -12,7 +12,7 @@ type parseerror = !strconv::error;
export fn main() void = {
const cmd = getopt::parse(os::args,
"discord relative timestamp generator",
- ('a', "date", "Absolute date (this option is exclusive any other options will be ignored)"),
+ ('a', "date", "Absolute date (this option is exclusive, any other options will be ignored)"),
('d', "days", "Number of days"),
('w', "weeks", "Number of weeks"),
"m[:s]",