aboutsummaryrefslogtreecommitdiff
path: root/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'grep.c')
-rw-r--r--grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep.c b/grep.c
index 3eea7792f..475b4ef21 100644
--- a/grep.c
+++ b/grep.c
@@ -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) {