summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Lefevre <vincent@vinc17.net>2016-01-29 23:07:13 -0800
committerPádraig Brady <P@draigBrady.com>2016-01-29 23:12:08 -0800
commit380ab8453dbcfb4e17710a44148be4aa74f1b7dc (patch)
tree76e8ee1c80cd90e486b1e3d8409f4d0d2cd8333e
parent6412d569dc104fe7c0dea8adf71c011df1afeaeb (diff)
downloadcoreutils-380ab8453dbcfb4e17710a44148be4aa74f1b7dc.tar.xz
doc: fix the --iso-8601 example in date --help
* src/date.c (usage): The colon is used in the timezone offset since commit v8.24-64-g17bbf6c. * THANKS.in: Remove committer. Fixes http://bugs.gnu.org/22491
-rw-r--r--THANKS.in1
-rw-r--r--src/date.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/THANKS.in b/THANKS.in
index 4593f6c0d..5178ebf3e 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -639,7 +639,6 @@ Uwe H. Steinfeld usteinfeld@gmx.net
Vesselin Atanasov vesselin@bgnet.bg
Ville Skyttä ville.skytta@iki.fi
Vin Shelton acs@alumni.princeton.edu
-Vincent Lefevre vincent@vinc17.org
Vineet Chadha chadha@acis.ufl.edu
Vitali Lovich vlovich@gmail.com
Vitaly A. Ostanin vyt@altlinux.org
diff --git a/src/date.c b/src/date.c
index a42eb3c0b..367055321 100644
--- a/src/date.c
+++ b/src/date.c
@@ -140,7 +140,7 @@ Display the current time in the given FORMAT, or set the system date.\n\
FMT='date' for date only (the default),\n\
'hours', 'minutes', 'seconds', or 'ns'\n\
for date and time to the indicated precision.\n\
- Example: 2006-08-14T02:34:56-0600\n\
+ Example: 2006-08-14T02:34:56-06:00\n\
"), stdout);
fputs (_("\
-R, --rfc-2822 output date and time in RFC 2822 format.\n\