diff options
author | dd <dd@FreeBSD.org> | 2001-06-09 06:14:05 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-09 06:14:05 +0000 |
commit | 0383b1c18ba022ba217bbd6201a6860f9c61671a (patch) | |
tree | df41acc012a6d1963a19c575708c5663e21e710d /bin/date | |
parent | 5645a0aeb184aa0c32a16a9d254144b5b3f99377 (diff) | |
download | FreeBSD-src-0383b1c18ba022ba217bbd6201a6860f9c61671a.zip FreeBSD-src-0383b1c18ba022ba217bbd6201a6860f9c61671a.tar.gz |
Add -j to the usage string.
PR: 27986
Submitted by: Cyrille Lefevre <clefevre@redirect.to>
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]"); |