summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-01 11:02:28 +0000
committerJim Meyering <jim@meyering.net>1999-08-01 11:02:28 +0000
commit1a1a07092679b509c3cdb97acd4830bcb739f20f (patch)
treee98ac88c6f10f4e9feb46ea4266286bbfeb6db94 /src/date.c
parent113874c5f579bc8bc640e020c3ca4278bd31779c (diff)
downloadcoreutils-1a1a07092679b509c3cdb97acd4830bcb739f20f.tar.xz
(usage): Correct description of %S; (00..60, not 00..61).
From Ken Pizzini.
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 85588dce6..869794b6e 100644
--- a/src/date.c
+++ b/src/date.c
@@ -163,7 +163,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\
%%p locale's AM or PM\n\
%%r time, 12-hour (hh:mm:ss [AP]M)\n\
%%s seconds since 00:00:00, Jan 1, 1970 (a GNU extension)\n\
- %%S second (00..61)\n\
+ %%S second (00..60)\n\
%%t a horizontal tab\n\
%%T time, 24-hour (hh:mm:ss)\n\
%%U week number of year with Sunday as first day of week (00..53)\n\