diff options
author | Pádraig Brady <P@draigBrady.com> | 2016-07-28 12:38:20 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-07-28 12:38:20 +0100 |
commit | 5bbce2d2d76edc24caf0888888a1e20cf23151ef (patch) | |
tree | ce68d7ba213016c3f86772e803abfb197c06ee1c /src | |
parent | 558ce3044d5e22890b272b4e90f3ac0b236726a0 (diff) | |
download | coreutils-5bbce2d2d76edc24caf0888888a1e20cf23151ef.tar.xz |
doc: revert recent date(1) synopsis change
* src/date.c (usage): This was thought to introduce other ambiguities,
and was inconsistent with the format presented in the touch(1) docs.
* doc/coreutils.texi (date invocation): Likewise.
See http://bugs.gnu.org/24077
Diffstat (limited to 'src')
-rw-r--r-- | src/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.c b/src/date.c index a9a580c26..e73196b96 100644 --- a/src/date.c +++ b/src/date.c @@ -122,7 +122,7 @@ usage (int status) { printf (_("\ Usage: %s [OPTION]... [+FORMAT]\n\ - or: %s [-u|--utc|--universal] [mmddHHMM[[CC]yy][.SS]]\n\ + or: %s [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]\n\ "), program_name, program_name); fputs (_("\ |