diff options
| author | Jim Meyering <jim@meyering.net> | 2007-09-30 09:05:10 +0200 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2007-09-30 09:58:24 +0200 |
| commit | 65ee3d963014a4c93dcf17886a7da2a8c43277b2 (patch) | |
| tree | 06e6b8cfc80810c934310fdea80377fa1ee0ba98 /src/cp.c | |
| parent | Fix testsuite on cygwin. (diff) | |
| download | coreutils-65ee3d963014a4c93dcf17886a7da2a8c43277b2.tar.gz coreutils-65ee3d963014a4c93dcf17886a7da2a8c43277b2.zip | |
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 'src/cp.c')
| -rw-r--r-- | src/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |
