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