aboutsummaryrefslogtreecommitdiff
path: root/distamp.ha
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2024-10-31 21:31:57 +0100
committerJulian Hurst <ark@mansus.space>2024-10-31 21:37:28 +0100
commitdcaa3450430fec7ce23c4ed4f0b9fd480324d1ed (patch)
treeed3c670d8b9e8334496dfd03a5824c991933df04 /distamp.ha
parent141645bb9fd2b757e6d6ed4ad78ff14a8b737cc0 (diff)
downloaddistamp-dcaa3450430fec7ce23c4ed4f0b9fd480324d1ed.tar.gz
Update README.md and punctuation
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]",