diff options
Diffstat (limited to 'bin/date')
-rw-r--r-- | bin/date/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/date/date.c b/bin/date/date.c index b7b1656..ae6774e 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -303,7 +303,7 @@ static void usage() { (void)fprintf(stderr, "%s\n%s\n", - "usage: date [-nu] [-d dst] [-r seconds] [-t west] " + "usage: date [-jnu] [-d dst] [-r seconds] [-t west] " "[-v[+|-]val[ymwdHMS]] ... ", " " "[-f fmt date | [[[[[cc]yy]mm]dd]HH]MM[.ss]] [+format]"); |