aboutsummaryrefslogtreecommitdiff
path: root/find.c
diff options
context:
space:
mode:
Diffstat (limited to 'find.c')
-rw-r--r--find.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/find.c b/find.c
index 1fb219496..51b8707da 100644
--- a/find.c
+++ b/find.c
@@ -100,8 +100,7 @@ int find_main(int argc, char **argv)
100 pattern=*(++argv); 100 pattern=*(++argv);
101 stopit=-TRUE; 101 stopit=-TRUE;
102 } else { 102 } else {
103 fprintf(stderr, "Usage: %s\n", find_usage); 103 usage (find_usage);
104 exit( FALSE);
105 } 104 }
106 } 105 }
107 break; 106 break;
@@ -109,8 +108,7 @@ int find_main(int argc, char **argv)
109 /* Ignore all long options */ 108 /* Ignore all long options */
110 break; 109 break;
111 default: 110 default:
112 fprintf(stderr, "Usage: %s\n", find_usage); 111 usage (find_usage);
113 exit( FALSE);
114 } 112 }
115 if (argc-- > 1) 113 if (argc-- > 1)
116 argv++; 114 argv++;