summaryrefslogtreecommitdiff
path: root/bin/date
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-09 06:14:05 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-09 06:14:05 +0000
commit1adbddec6ebbf7efde68e6842c8278898b92407d (patch)
treedf41acc012a6d1963a19c575708c5663e21e710d /bin/date
parent75f4a9b20652ea31aab12e70f02027af62e45035 (diff)
Notes
Diffstat (limited to 'bin/date')
-rw-r--r--bin/date/date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/date/date.c b/bin/date/date.c
index b7b16568b6ea..ae6774e7fe80 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]");