diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-17 12:08:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-17 12:08:09 +0000 |
commit | 636a95034463386c3445a8d0ad4197e4e6bbb55f (patch) | |
tree | 6cfeac28073f22797873186a449b564ee92010bf /src/chgrp.c | |
parent | c2740635cdd2318a22e82d5e3189d5f55eaafd29 (diff) | |
download | coreutils-636a95034463386c3445a8d0ad4197e4e6bbb55f.tar.xz |
chgrp and chown now dereference symlinks by default, per POSIX.
(usage): Update to reflect this.
Diffstat (limited to 'src/chgrp.c')
-rw-r--r-- | src/chgrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chgrp.c b/src/chgrp.c index 3815fdd62..29e16bcb9 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -127,7 +127,7 @@ With --reference, change the group of each FILE to that 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\ |