summaryrefslogtreecommitdiff
path: root/coreutils/chgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/chgrp.c')
-rw-r--r--coreutils/chgrp.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c
index 0c20609..e6ac316 100644
--- a/coreutils/chgrp.c
+++ b/coreutils/chgrp.c
@@ -23,13 +23,17 @@
//usage:#define chgrp_trivial_usage
//usage: "[-Rh"IF_DESKTOP("LHPcvf")"]... GROUP FILE..."
//usage:#define chgrp_full_usage "\n\n"
-//usage: "Change the group membership of FILEs to GROUP\n"
-//usage: "\n -R Recurse"
+//usage: "Change the group membership of FILEs to GROUP"
+//usage: "\n"
//usage: "\n -h Affect symlinks instead of symlink targets"
//usage: IF_DESKTOP(
//usage: "\n -L Traverse all symlinks to directories"
//usage: "\n -H Traverse symlinks on command line only"
//usage: "\n -P Don't traverse symlinks (default)"
+//usage: )
+//next 4 options are the same for chmod/chown/chgrp:
+//usage: "\n -R Recurse"
+//usage: IF_DESKTOP(
//usage: "\n -c List changed files"
//usage: "\n -v Verbose"
//usage: "\n -f Hide errors"