aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/chgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/chgrp.c')
-rw-r--r--toys/posix/chgrp.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/toys/posix/chgrp.c b/toys/posix/chgrp.c
index e6ea9a45..85a4102c 100644
--- a/toys/posix/chgrp.c
+++ b/toys/posix/chgrp.c
@@ -16,13 +16,13 @@ config CHGRP
Change group of one or more files.
- -f suppress most error messages.
- -h change symlinks instead of what they point to
- -R recurse into subdirectories (implies -h)
- -H with -R change target of symlink, follow command line symlinks
- -L with -R change target of symlink, follow all symlinks
- -P with -R change symlink, do not follow symlinks (default)
- -v verbose output
+ -f Suppress most error messages
+ -h Change symlinks instead of what they point to
+ -R Recurse into subdirectories (implies -h)
+ -H With -R change target of symlink, follow command line symlinks
+ -L With -R change target of symlink, follow all symlinks
+ -P With -R change symlink, do not follow symlinks (default)
+ -v Verbose
config CHOWN
bool "chown"