diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-27 05:46:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-27 05:46:24 +0000 |
commit | 18573f3eb2b417d9d92e8f11a87865171a494c53 (patch) | |
tree | ca7a1ac41cb2b360dd49cd17fae5ef69e8d526d2 /src | |
parent | 57ec0f45c90bde207866d65aa7752d56cd55ac04 (diff) | |
download | coreutils-18573f3eb2b417d9d92e8f11a87865171a494c53.tar.xz |
(usage): Clarify description of --no-dereferences.
Diffstat (limited to 'src')
-rw-r--r-- | src/ln.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -276,8 +276,8 @@ Makes hard links by default, symbolic links with -s.\n\ -b, --backup make backups for removed files\n\ -d, -F, --directory hard link directories (super-user only)\n\ -f, --force remove existing destinations\n\ - -n, --no-dereference with --force, remove destination that is a\n\ - symlink to a directory\n\ + -n, --no-dereference treat destination that is a symlink to a\n\ + directory as if it were a normal file\n\ -i, --interactive prompt whether to remove destinations\n\ -s, --symbolic make symbolic links instead of hard links\n\ -v, --verbose print name of each file before linking\n\ |