summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-30 09:05:10 +0200
committerJim Meyering <jim@meyering.net>2007-09-30 09:58:24 +0200
commit65ee3d963014a4c93dcf17886a7da2a8c43277b2 (patch)
tree06e6b8cfc80810c934310fdea80377fa1ee0ba98 /ChangeLog
parent17f0d568d3b95576de88d82b1722aa8adb3d0106 (diff)
downloadcoreutils-65ee3d963014a4c93dcf17886a7da2a8c43277b2.tar.xz
cp: do not abbreviate in --help output.
* src/cp.c (usage): Don't abbreviate: s/=link/=links/. Reported by Géraud Meyer in <http://bugs.debian.org/444137>. Signed-off-by: Jim Meyering <jim@meyering.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87c98397f..b024418fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-30 Jim Meyering <jim@meyering.net>
+
+ cp: do not abbreviate in --help output.
+ * src/cp.c (usage): Don't abbreviate: s/=link/=links/.
+ Reported by Géraud Meyer in <http://bugs.debian.org/444137>.
+
2007-09-29 Eric Blake <ebb9@byu.net>
Test previous patch.