diff options
Diffstat (limited to 'coreutils/chgrp.c')
-rw-r--r-- | coreutils/chgrp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index bc96083..7076db6 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.c @@ -15,7 +15,6 @@ //usage: "[-RhLHP"IF_DESKTOP("cvf")"]... GROUP FILE..." //usage:#define chgrp_full_usage "\n\n" //usage: "Change the group membership of each FILE to GROUP\n" -//usage: "\nOptions:" //usage: "\n -R Recurse" //usage: "\n -h Affect symlinks instead of symlink targets" //usage: "\n -L Traverse all symlinks to directories" |