(usage): Change TAB in message to spaces. Doing that seems
authorJim Meyering <jim@meyering.net>
Tue, 30 Apr 1996 03:30:51 +0000 (03:30 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 30 Apr 1996 03:30:51 +0000 (03:30 +0000)
to have worked around a problem with something in gettext that was
producing a truncated usage message for date's usage.
François Pinard.

src/date.c

index 38bb963..dea9442 100644 (file)
@@ -388,7 +388,7 @@ specifies Coordinated Universal Time.  Interpreted sequences are:\n\
   %%c   locale's date and time (Sat Nov 04 12:02:33 EST 1989)\n\
   %%d   day of month (01..31)\n\
   %%D   date (mm/dd/yy)\n\
-  %%e  day of month, blank padded ( 1..31)\n\
+  %%e   day of month, blank padded ( 1..31)\n\
   %%h   same as %%b\n\
   %%H   hour (00..23)\n\
   %%I   hour (01..12)\n\