From 28a7fb52bc1160ffe1acac2e4fc3fa495d021ec4 Mon Sep 17 00:00:00 2001 From: BenoƮt Knecht Date: Fri, 8 Jul 2011 10:17:20 +0200 Subject: 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. --- src/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cp.c b/src/cp.c index 859f21bce..15f3aa9a6 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 (_("\ -- cgit v1.2.3-54-g00ecf