summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-30 03:51:11 +0000
committerJim Meyering <jim@meyering.net>1996-04-30 03:51:11 +0000
commit87afdbeb7d268365c01bdce990472b5a6cf37ec8 (patch)
treefa3a2dcc561962b21d6d5ee10d38fc6f1005567e /old/sh-utils
parenta84f4f60874f18160da2aca80649aac0d1265214 (diff)
downloadcoreutils-87afdbeb7d268365c01bdce990472b5a6cf37ec8.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index b0ac742ba..113e03751 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -5,6 +5,9 @@ Mon Apr 29 22:23:40 1996 Jim Meyering (meyering@na-net.ornl.gov)
* basename.c (main): Separate messages about `too few' and `too many'
arguments to ease translation.
* dirname.c (main): Likewise.
+ * date.c (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.
From François Pinard.
Sun Apr 28 17:10:03 1996 Jim Meyering (meyering@na-net.ornl.gov)