diff options
Diffstat (limited to 'plugins/check_overcr.c')
-rw-r--r-- | plugins/check_overcr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_overcr.c b/plugins/check_overcr.c index 2aca8ea..25a7785 100644 --- a/plugins/check_overcr.c +++ b/plugins/check_overcr.c | |||
@@ -341,7 +341,7 @@ process_arguments (int argc, char **argv) | |||
341 | 341 | ||
342 | switch (c) { | 342 | switch (c) { |
343 | case '?': /* print short usage statement if args not parsable */ | 343 | case '?': /* print short usage statement if args not parsable */ |
344 | usage2 (_("Unknown argument"), optarg); | 344 | usage5 (); |
345 | case 'h': /* help */ | 345 | case 'h': /* help */ |
346 | print_help (); | 346 | print_help (); |
347 | exit (STATE_OK); | 347 | exit (STATE_OK); |