View | Details | Raw Unified | Return to bug 27986
Collapse All | Expand All

(-)date.c (-1 / +1 lines)
Lines 303-309 Link Here
303
usage()
303
usage()
304
{
304
{
305
	(void)fprintf(stderr, "%s\n%s\n",
305
	(void)fprintf(stderr, "%s\n%s\n",
306
	    "usage: date [-nu] [-d dst] [-r seconds] [-t west] "
306
	    "usage: date [-jnu] [-d dst] [-r seconds] [-t west] "
307
	    "[-v[+|-]val[ymwdHMS]] ... ",
307
	    "[-v[+|-]val[ymwdHMS]] ... ",
308
	    "            "
308
	    "            "
309
	    "[-f fmt date | [[[[[cc]yy]mm]dd]HH]MM[.ss]] [+format]");
309
	    "[-f fmt date | [[[[[cc]yy]mm]dd]HH]MM[.ss]] [+format]");

Return to bug 27986