diff options
Diffstat (limited to 'coreutils/chgrp.c')
-rw-r--r-- | coreutils/chgrp.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index 0c2060981..e6ac316e5 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.c | |||
@@ -23,13 +23,17 @@ | |||
23 | //usage:#define chgrp_trivial_usage | 23 | //usage:#define chgrp_trivial_usage |
24 | //usage: "[-Rh"IF_DESKTOP("LHPcvf")"]... GROUP FILE..." | 24 | //usage: "[-Rh"IF_DESKTOP("LHPcvf")"]... GROUP FILE..." |
25 | //usage:#define chgrp_full_usage "\n\n" | 25 | //usage:#define chgrp_full_usage "\n\n" |
26 | //usage: "Change the group membership of FILEs to GROUP\n" | 26 | //usage: "Change the group membership of FILEs to GROUP" |
27 | //usage: "\n -R Recurse" | 27 | //usage: "\n" |
28 | //usage: "\n -h Affect symlinks instead of symlink targets" | 28 | //usage: "\n -h Affect symlinks instead of symlink targets" |
29 | //usage: IF_DESKTOP( | 29 | //usage: IF_DESKTOP( |
30 | //usage: "\n -L Traverse all symlinks to directories" | 30 | //usage: "\n -L Traverse all symlinks to directories" |
31 | //usage: "\n -H Traverse symlinks on command line only" | 31 | //usage: "\n -H Traverse symlinks on command line only" |
32 | //usage: "\n -P Don't traverse symlinks (default)" | 32 | //usage: "\n -P Don't traverse symlinks (default)" |
33 | //usage: ) | ||
34 | //next 4 options are the same for chmod/chown/chgrp: | ||
35 | //usage: "\n -R Recurse" | ||
36 | //usage: IF_DESKTOP( | ||
33 | //usage: "\n -c List changed files" | 37 | //usage: "\n -c List changed files" |
34 | //usage: "\n -v Verbose" | 38 | //usage: "\n -v Verbose" |
35 | //usage: "\n -f Hide errors" | 39 | //usage: "\n -f Hide errors" |