Karl Eichwalder <[EMAIL PROTECTED]> writes:
| Jim Meyering <[EMAIL PROTECTED]> writes:
|
| > I've fixed it.  Patch below.
|
| Thanks for the patch.  Maybe, it'd be better to use the charcters known
| from FORMAT controls?

The capitalization currently used is consistent with the POSIX specs.
I'd prefer to leave it the way it is.

| Another proposel.  Instead of:
|
|     Usage: date [OPTION]... [+FORMAT]
|       or:  date [OPTION] [MMDDhhmm[[CC]YY][.ss]]
|
| please use the more exact Texinfo documentation for [OPTION]:
|
|     Usage: date [OPTION]... [+FORMAT]
|       or:  date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]

Thanks.
Done.

Index: src/date.c
===================================================================
RCS file: /fetish/shellutils/src/date.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- src/date.c  2000/07/19 21:00:20     1.94
+++ src/date.c  2000/09/09 16:33:59     1.95
@@ -125,7 +125,7 @@
     {
       printf (_("\
 Usage: %s [OPTION]... [+FORMAT]\n\
-  or:  %s [OPTION] [MMDDhhmm[[CC]YY][.ss]]\n\
+  or:  %s [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]\n\
 "),
              program_name, program_name);
       printf (_("\

Reply via email to