From: Jim Meyering Date: Fri, 23 Feb 2007 16:50:40 +0000 (+0100) Subject: * src/date.c (usage): Split a diagnostic that had grown to be X-Git-Tag: COREUTILS-6_8~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a8a00e16ebf5147fe8f5962b2a4f2130ef375d7;p=thirdparty%2Fcoreutils.git * src/date.c (usage): Split a diagnostic that had grown to be longer than the C89 maximum of 509 bytes. --- diff --git a/ChangeLog b/ChangeLog index dedad5fdc9..df1ccce0e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-23 Jim Meyering + + * src/date.c (usage): Split a diagnostic that had grown to be + longer than the C89 maximum of 509 bytes. + 2007-02-23 Ed Santiago * src/date.c (usage): Mention that --rfc-3339 uses space, not 'T', diff --git a/src/date.c b/src/date.c index 3b256157e5..c64ab1c040 100644 --- a/src/date.c +++ b/src/date.c @@ -144,6 +144,8 @@ Display the current time in the given FORMAT, or set the system date.\n\ -r, --reference=FILE display the last modification time of FILE\n\ -R, --rfc-2822 output date and time in RFC 2822 format.\n\ Example: Mon, 07 Aug 2006 12:34:56 -0600\n\ +"), stdout); + fputs (_("\ --rfc-3339=TIMESPEC output date and time in RFC 3339 format.\n\ TIMESPEC=`date', `seconds', or `ns' for\n\ date and time to the indicated precision.\n\