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