From 1adbddec6ebbf7efde68e6842c8278898b92407d Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Sat, 9 Jun 2001 06:14:05 +0000
Subject: [PATCH] Add -j to the usage string.
PR: 27986
Submitted by: Cyrille Lefevre
---
bin/date/date.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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]");