summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chgrp.c2
-rw-r--r--src/chown.c2
2 files changed, 2 insertions, 2 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\
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\