From 12da6492450820f3398ef0032a0cbad6b9b5af05 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 30 Apr 1996 03:30:51 +0000 Subject: [PATCH] =?utf8?q?(usage):=20Change=20TAB=20in=20message=20to=20sp?= =?utf8?q?aces.=20=20Doing=20that=20seems=20to=20have=20worked=20around=20?= =?utf8?q?a=20problem=20with=20something=20in=20gettext=20that=20was=20pro?= =?utf8?q?ducing=20a=20truncated=20usage=20message=20for=20date's=20usage.?= =?utf8?q?=20Fran=E7ois=20Pinard.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 2.47.2