summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-17 12:08:09 +0000
committerJim Meyering <jim@meyering.net>2004-05-17 12:08:09 +0000
commit636a95034463386c3445a8d0ad4197e4e6bbb55f (patch)
tree6cfeac28073f22797873186a449b564ee92010bf /src/chown.c
parentc2740635cdd2318a22e82d5e3189d5f55eaafd29 (diff)
downloadcoreutils-636a95034463386c3445a8d0ad4197e4e6bbb55f.tar.xz
chgrp and chown now dereference symlinks by default, per POSIX.
(usage): Update to reflect this.
Diffstat (limited to 'src/chown.c')
-rw-r--r--src/chown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chown.c b/src/chown.c
index a326fdcd5..7975904b9 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -103,7 +103,7 @@ With --reference, change the owner and group of each FILE to those of RFILE.\n\
\n\
-c, --changes like verbose but report only when a change is made\n\
--dereference affect the referent of each symbolic link, rather\n\
- than the symbolic link itself\n\
+ than the symbolic link itself (this is the default)\n\
"), stdout);
fputs (_("\
-h, --no-dereference affect each symbolic link instead of any referenced\n\