diff options
author | Pádraig Brady <P@draigBrady.com> | 2016-07-27 10:05:20 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-07-27 17:08:24 +0100 |
commit | 8d1b1630800ee339ce635647500d5b5943b37e4d (patch) | |
tree | b0b2d3d4e63288fd2997e368c217f6f658b6883a /doc | |
parent | a69e54cfdf7e5d8c2c3fe315ded649272d7e8711 (diff) | |
download | coreutils-8d1b1630800ee339ce635647500d5b5943b37e4d.tar.xz |
doc: make date(1) synopsis consistent with output +FORMAT
* src/date.c (usage): Make the characters used to summarize
the input format, match the output +FORMAT characters.
* doc/coreutils.texi (date invocation): Likewise.
Fixes 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 914aec725..b85404b5c 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 |