Add -j to the usage string.

PR:		27986
Submitted by:	Cyrille Lefevre <clefevre@redirect.to>
This commit is contained in:
dd 2001-06-09 06:14:05 +00:00
parent 5645a0aeb1
commit 0383b1c18b

View File

@ -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]");