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