From: Jim Meyering Date: Mon, 25 Sep 2006 06:28:34 +0000 (+0000) Subject: * src/chown.c (usage): Clarify --dereference description. X-Git-Tag: v6.3~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3c6206631fc611d70b92e36ec1f7e4edc9e27b8;p=thirdparty%2Fcoreutils.git * src/chown.c (usage): Clarify --dereference description. * src/chgrp.c (usage): Likewise. Suggestion from Jamie McClelland. --- diff --git a/ChangeLog b/ChangeLog index d037e92d37..45d7f556d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-25 Jim Meyering + + * src/chown.c (usage): Clarify --dereference description. + * src/chgrp.c (usage): Likewise. Suggestion from Jamie McClelland. + 2006-09-24 Jim Meyering * NEWS: Mention these fixes. diff --git a/src/chgrp.c b/src/chgrp.c index af5704e071..e62e4917a1 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\ diff --git a/src/chown.c b/src/chown.c index ac0f37cd94..df688f7217 100644 --- a/src/chown.c +++ b/src/chown.c @@ -101,8 +101,8 @@ Change the owner and/or group of each FILE to OWNER and/or GROUP.\n\ 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 (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\