diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-25 06:28:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-25 06:28:34 +0000 |
commit | d3c6206631fc611d70b92e36ec1f7e4edc9e27b8 (patch) | |
tree | 730461fb9016364d8c08309e8e858cdc65123927 /src/chgrp.c | |
parent | f951057414a634960df8ba37df2583976ec60ad8 (diff) | |
download | coreutils-d3c6206631fc611d70b92e36ec1f7e4edc9e27b8.tar.xz |
* src/chown.c (usage): Clarify --dereference description.
* src/chgrp.c (usage): Likewise. Suggestion from Jamie McClelland.
Diffstat (limited to 'src/chgrp.c')
-rw-r--r-- | src/chgrp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chgrp.c b/src/chgrp.c index af5704e07..e62e4917a 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -120,8 +120,8 @@ Change the group of each FILE to GROUP.\n\ 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 (this is the default)\n\ + --dereference affect the referent of each symbolic link (this is\n\ + the default), rather than the symbolic link itself\n\ "), stdout); fputs (_("\ -h, --no-dereference affect each symbolic link instead of any referenced\n\ |