diff options
author | BenoƮt Knecht <benoit.knecht@fsfe.org> | 2011-07-08 10:17:20 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-07-08 12:15:00 +0200 |
commit | 28a7fb52bc1160ffe1acac2e4fc3fa495d021ec4 (patch) | |
tree | f8f418cffd6d1992a855ae25972fc4d225b4e224 /src | |
parent | b358f1f2a3124a879828103c9dd612da7adb805f (diff) | |
download | coreutils-28a7fb52bc1160ffe1acac2e4fc3fa495d021ec4.tar.xz |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 (_("\ |