diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-09 18:28:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-09 18:28:33 +0000 |
commit | 7f07e4b2502e622ca6c4327776d0a10f095721cb (patch) | |
tree | 56441a2c8390bd2712ecc68ea4d34026746f2a3b /src | |
parent | 65c50ce72b3cb023de274ca7e9545a610236cbbf (diff) | |
download | coreutils-7f07e4b2502e622ca6c4327776d0a10f095721cb.tar.xz |
(usage): Describe %C.
Diffstat (limited to 'src')
-rw-r--r-- | src/date.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/date.c b/src/date.c index dbb9d42da..ac38f87fa 100644 --- a/src/date.c +++ b/src/date.c @@ -147,6 +147,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\ %%b locale's abbreviated month name (Jan..Dec)\n\ %%B locale's full month name, variable length (January..December)\n\ %%c locale's date and time (Sat Nov 04 12:02:33 EST 1989)\n\ + %%C century (year divided by 100 and truncated to an integer) [00-99]\n\ %%d day of month (01..31)\n\ %%D date (mm/dd/yy)\n\ %%e day of month, blank padded ( 1..31)\n\ |