diff options
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,7 @@ extern int grep_main(int argc, char **argv) | |||
237 | 237 | ||
238 | /* argv[optind] should be the regex pattern; no pattern, no worky */ | 238 | /* argv[optind] should be the regex pattern; no pattern, no worky */ |
239 | if (argv[optind] == NULL) | 239 | if (argv[optind] == NULL) |
240 | usage(grep_usage); | 240 | show_usage(); |
241 | 241 | ||
242 | /* sanity check */ | 242 | /* sanity check */ |
243 | if (print_count_only || be_quiet) { | 243 | if (print_count_only || be_quiet) { |