From: Jim Meyering Date: Sat, 17 Sep 1994 02:19:11 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~604 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=920c0db5c08dadda2228527d371d44efa661bee0;p=thirdparty%2Fcoreutils.git . --- diff --git a/src/date.c b/src/date.c index cb3a9c4d18..6a74258233 100644 --- a/src/date.c +++ b/src/date.c @@ -262,8 +262,11 @@ usage (status) program_name); else { - printf ("Usage: %s [OPTION]... [+FORMAT] [MMDDhhmm[[CC]YY][.ss]]\n", - program_name); + printf ("\ +Usage: %s [OPTION]... [+FORMAT]\n\ + or: %s [-u] [--utc] [--universal] [MMDDhhmm[[CC]YY][.ss]]\n\ +", + program_name, program_name); printf ("\ \n\ -d, --date=STRING display time described by STRING, not `now'\n\