]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
cp: do not abbreviate in --help output.
authorJim Meyering <jim@meyering.net>
Sun, 30 Sep 2007 07:05:10 +0000 (09:05 +0200)
committerJim Meyering <jim@meyering.net>
Sun, 30 Sep 2007 07:58:24 +0000 (09:58 +0200)
* 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>
ChangeLog
src/cp.c

index 87c98397fb645c746f372cdeaba0255bfedc1ce1..b024418fc62f9299b98f0777c2c218acf41520ce 100644 (file)
--- 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.
index 254923759a87c5988d2c61f3be965b49574fd92e..7e35733b35a86cfe732c5c75d97d1d5ea18cd6df 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -178,7 +178,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       --backup[=CONTROL]       make a backup of each existing destination file\n\
   -b                           like --backup but does not accept an argument\n\
       --copy-contents          copy contents of special files when recursive\n\
-  -d                           same as --no-dereference --preserve=link\n\
+  -d                           same as --no-dereference --preserve=links\n\
 "), stdout);
       fputs (_("\
   -f, --force                  if an existing destination file cannot be\n\