(usage): Describe %F, %g, %G, %P, and %R.

This commit is contained in:
Jim Meyering
2002-02-11 21:44:35 +00:00
parent 1b7ac91429
commit 154e260c9d
+9 -2
View File
@@ -1,5 +1,5 @@
/* date - print or set the system date and time
Copyright (C) 1989-2001 Free Software Foundation, Inc.
Copyright (C) 1989-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -157,6 +157,11 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\
%d day of month (01..31)\n\
%D date (mm/dd/yy)\n\
%e day of month, blank padded ( 1..31)\n\
"), stdout);
fputs (_("\
%F same as %Y-%m-%d\n\
%g the 2-digit year corresponding to the %V week number\n\
%G the 4-digit year corresponding to the %V week number\n\
"), stdout);
fputs (_("\
%h same as %b\n\
@@ -172,8 +177,10 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\
"), stdout);
fputs (_("\
%n a newline\n\
%p locale's AM or PM\n\
%p locale's upper case AM or PM indicator\n\
%P locale's lower case am or pm indicator\n\
%r time, 12-hour (hh:mm:ss [AP]M)\n\
%R time, 24-hour (hh:mm)\n\
%s seconds since `00:00:00 1970-01-01 UTC' (a GNU extension)\n\
"), stdout);
fputs (_("\