summaryrefslogtreecommitdiff
path: root/coreutils/chgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/chgrp.c')
-rw-r--r--coreutils/chgrp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c
index 55e22f5..ec1a037 100644
--- a/coreutils/chgrp.c
+++ b/coreutils/chgrp.c
@@ -56,6 +56,7 @@ int chgrp_main(int argc, char **argv)
switch (opt) {
case 'R':
recursiveFlag = TRUE;
+ break;
default:
show_usage();
}