From: Jim Meyering Date: Tue, 30 Apr 1996 03:30:51 +0000 (+0000) Subject: (usage): Change TAB in message to spaces. Doing that seems X-Git-Tag: TEXTUTILS-1_14d~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12da6492450820f3398ef0032a0cbad6b9b5af05;p=thirdparty%2Fcoreutils.git (usage): Change TAB in message to spaces. Doing that seems to have worked around a problem with something in gettext that was producing a truncated usage message for date's usage. François Pinard. --- diff --git a/src/date.c b/src/date.c index 38bb9634f7..dea944215b 100644 --- a/src/date.c +++ b/src/date.c @@ -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\