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. --- THANKS.in | 1 + src/cp.c | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/THANKS.in b/THANKS.in index 87c5b19..4bbee80 100644 --- a/THANKS.in +++ b/THANKS.in @@ -261,6 +261,7 @@ Jan Moringen [email protected] Jan Nieuwenhuizen [email protected] Jan-Pawel Wrozstinski [email protected] Janos Farkas [email protected] +Jari Aalto [email protected] Jarkko Hietaniemi [email protected] Jarod Wilson [email protected] Jean Charles Delepine [email protected] 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 (_("\ -- 1.7.5.4 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

