summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-06-05 18:33:26 -0600
committerJim Meyering <meyering@redhat.com>2008-06-06 08:22:02 +0200
commit74c0bfbc4cf0b38c9c8af7b018f8bbff60da6767 (patch)
tree645edd30430315b666385d968585689d32e82c63 /src/date.c
parent80213bc66d5b532f47cce96e98e2c29c27ec2487 (diff)
downloadcoreutils-74c0bfbc4cf0b38c9c8af7b018f8bbff60da6767.tar.xz
improve 'date +%C' documentation
* src/date.c (usage): Use 20, not 21, for current century. * THANKS: Update. Reported by Dameon G. Rogers, fix suggested by Philip Rowlands. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'src/date.c')
-rw-r--r--src/date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.c b/src/date.c
index 86b322540..aa4d69dcb 100644
--- a/src/date.c
+++ b/src/date.c
@@ -166,7 +166,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\
%c locale's date and time (e.g., Thu Mar 3 23:05:25 2005)\n\
"), stdout);
fputs (_("\
- %C century; like %Y, except omit last two digits (e.g., 21)\n\
+ %C century; like %Y, except omit last two digits (e.g., 20)\n\
%d day of month (e.g, 01)\n\
%D date; same as %m/%d/%y\n\
%e day of month, space padded; same as %_d\n\