From: BenoƮt Knecht Date: Fri, 8 Jul 2011 08:17:20 +0000 (+0200) Subject: doc: note that cp -l creates _hard_ links X-Git-Tag: v8.13~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28a7fb52bc1160ffe1acac2e4fc3fa495d021ec4;p=platform%2Fupstream%2Fcoreutils.git doc: note that cp -l creates _hard_ links This fact was already noted in the Texinfo manual, but not in the output of --help. * src/cp.c (usage): As above, for --help. Reported by Jari Aalto in http://bugs.debian.org/294327. --- diff --git a/THANKS.in b/THANKS.in index 87c5b19..4bbee80 100644 --- a/THANKS.in +++ b/THANKS.in @@ -261,6 +261,7 @@ Jan Moringen jan.moringen@uni-bielefeld.de Jan Nieuwenhuizen janneke@gnu.org Jan-Pawel Wrozstinski jpwroz@gmail.com Janos Farkas chexum@shadow.banki.hu +Jari Aalto jari.aalto@cante.net Jarkko Hietaniemi jhi@epsilon.hut.fi Jarod Wilson jwilson@redhat.com Jean Charles Delepine delepine@u-picardie.fr diff --git a/src/cp.c b/src/cp.c index 859f21b..15f3aa9 100644 --- a/src/cp.c +++ b/src/cp.c @@ -187,7 +187,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -H follow command-line symbolic links in SOURCE\n\ "), stdout); fputs (_("\ - -l, --link link files instead of copying\n\ + -l, --link hard link files instead of copying\n\ -L, --dereference always follow symbolic links in SOURCE\n\ "), stdout); fputs (_("\