* src/date.c (usage): Split a diagnostic that had grown to be
authorJim Meyering <jim@meyering.net>
Fri, 23 Feb 2007 16:50:40 +0000 (17:50 +0100)
committerJim Meyering <jim@meyering.net>
Fri, 23 Feb 2007 16:50:40 +0000 (17:50 +0100)
longer than the C89 maximum of 509 bytes.

ChangeLog
src/date.c

index dedad5fdc949bcb3f6d0712305f1ee4202c1ce8f..df1ccce0e50d68d58f8abe3a1229a7f2f3ccd205 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-23  Jim Meyering  <jim@meyering.net>
+
+       * 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 <ed@edsantiago.com>
 
        * src/date.c (usage): Mention that --rfc-3339 uses space, not 'T',
index 3b256157e553d913415dd9bf91063f7362c67587..c64ab1c0407bd4ea79a4ed89f3603e46f1972258 100644 (file)
@@ -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\