diff options
author | Jim Meyering <meyering@redhat.com> | 2011-11-20 21:18:53 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-11-20 23:30:25 +0100 |
commit | 054567f5a74f61a4c2f7dca84850e1b6b3b19f52 (patch) | |
tree | 939d28f2ad9d99030c7fa0b3e1308bdc2c28419e /src | |
parent | 71b7ddcdd5c473f9eaf6035b96acc68c14cb379e (diff) | |
download | coreutils-054567f5a74f61a4c2f7dca84850e1b6b3b19f52.tar.xz |
doc: clarify ln's --help output
* src/ln.c (usage): Use TARGET, not "source" in description.
Reported by Michael J Daniel in http://bugs.gnu.org/9896.
Diffstat (limited to 'src')
-rw-r--r-- | src/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -394,7 +394,7 @@ the VERSION_CONTROL environment variable. Here are the values:\n\ "), stdout); printf (_("\ Using -s ignores -L and -P. Otherwise, the last option specified controls\n\ -behavior when the source is a symbolic link, defaulting to %s.\n\ +behavior when a TARGET is a symbolic link, defaulting to %s.\n\ "), LINK_FOLLOWS_SYMLINKS ? "-L" : "-P"); emit_ancillary_info (); } |