diff options
author | Jim Meyering <jim@meyering.net> | 2007-02-23 17:50:40 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-02-23 17:50:40 +0100 |
commit | 5a8a00e16ebf5147fe8f5962b2a4f2130ef375d7 (patch) | |
tree | 58d0e5ff0a553d7a4ed76c8ea26eae29ca5219c8 /src | |
parent | 54bdcc09ae15fd063002fff33e9ea920b5187379 (diff) | |
download | coreutils-5a8a00e16ebf5147fe8f5962b2a4f2130ef375d7.tar.xz |
* src/date.c (usage): Split a diagnostic that had grown to be
longer than the C89 maximum of 509 bytes.
Diffstat (limited to 'src')
-rw-r--r-- | src/date.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/date.c b/src/date.c index 3b256157e..c64ab1c04 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\ |