diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/cp.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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. @@ -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\ |