From: Jim Meyering Date: Mon, 22 Apr 1996 03:19:14 +0000 (+0000) Subject: (usage): Describe new %V format. X-Git-Tag: TEXTUTILS-1_14c~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c264e159a48284705904017837124b4e5c7309a6;p=platform%2Fupstream%2Fcoreutils.git (usage): Describe new %V format. --- diff --git a/src/date.c b/src/date.c index 99309606c..feb3e6a7f 100644 --- a/src/date.c +++ b/src/date.c @@ -405,6 +405,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\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\ + %%V week number of year with Monday as first day of week (01..52)\n\ %%w day of week (0..6); 0 represents Sunday\n\ %%W week number of year with Monday as first day of week (00..53)\n\ %%x locale's date representation (mm/dd/yy)\n\