From 65ee3d963014a4c93dcf17886a7da2a8c43277b2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 30 Sep 2007 09:05:10 +0200 Subject: [PATCH] cp: do not abbreviate in --help output. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * src/cp.c (usage): Don't abbreviate: s/=link/=links/. Reported by Géraud Meyer in . Signed-off-by: Jim Meyering --- ChangeLog | 6 ++++++ src/cp.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 87c98397fb..b024418fc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-09-30 Jim Meyering + + cp: do not abbreviate in --help output. + * src/cp.c (usage): Don't abbreviate: s/=link/=links/. + Reported by Géraud Meyer in . + 2007-09-29 Eric Blake Test previous patch. diff --git a/src/cp.c b/src/cp.c index 254923759a..7e35733b35 100644 --- 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\ -- 2.47.2