summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-09 21:04:20 +0000
committerJim Meyering <jim@meyering.net>2003-11-09 21:04:20 +0000
commitb23e9908003ac19d4b019a68de933a8ab880870d (patch)
treec8169fd3f596cde641885837cff5d76018d99c67 /src
parent567bfed936def7bc80aa59f7637fd17ec29b4e70 (diff)
downloadcoreutils-b23e9908003ac19d4b019a68de933a8ab880870d.tar.xz
(usage): Describe new options.
Diffstat (limited to 'src')
-rw-r--r--src/chgrp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index 6f221358c..92ec8ef7e 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -135,6 +135,10 @@ With --reference, change the group of each FILE to that of RFILE.\n\
ownership of a symlink)\n\
"), stdout);
fputs (_("\
+ --no-preserve-root do not treat `/' specially (the default)\n\
+ --preserve-root fail to operate recursively on `/'\n\
+"), stdout);
+ fputs (_("\
-f, --silent, --quiet suppress most error messages\n\
--reference=RFILE use RFILE's group rather than the specifying\n\
GROUP value\n\