From d3c6206631fc611d70b92e36ec1f7e4edc9e27b8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 25 Sep 2006 06:28:34 +0000 Subject: * src/chown.c (usage): Clarify --dereference description. * src/chgrp.c (usage): Likewise. Suggestion from Jamie McClelland. --- src/chgrp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/chgrp.c') 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\ -- cgit v1.2.3-54-g00ecf