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 /doc | |
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 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index b85404b5c..914aec725 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -15018,7 +15018,7 @@ Synopses: @example date [@var{option}]@dots{} [+@var{format}] date [-u|--utc|--universal] @c this avoids a newline in the output -[ mmddHHMM[[CC]yy][.SS] ] +[ MMDDhhmm[[CC]YY][.ss] ] @end example @vindex LC_TIME |