diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-30 03:30:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-30 03:30:51 +0000 |
commit | 12da6492450820f3398ef0032a0cbad6b9b5af05 (patch) | |
tree | 5704230fbaea14b7865112679fc2f60a2fe5b4c3 | |
parent | 22aec49d4cfa72371c44880acd1411cc344b82d8 (diff) | |
download | coreutils-12da6492450820f3398ef0032a0cbad6b9b5af05.tar.xz |
(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.
-rw-r--r-- | src/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.c b/src/date.c index 38bb9634f..dea944215 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\ |