From dcaa3450430fec7ce23c4ed4f0b9fd480324d1ed Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Thu, 31 Oct 2024 21:31:57 +0100 Subject: Update README.md and punctuation --- distamp.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distamp.ha') 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]", -- cgit v1.2.3