diff options
Diffstat (limited to 'distamp.ha')
| -rw-r--r-- | distamp.ha | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]", |
