diff options
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r-- | plugins/check_procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index d9e2a67..da7e9f0 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
@@ -359,7 +359,7 @@ process_arguments (int argc, char **argv) | |||
359 | 359 | ||
360 | switch (c) { | 360 | switch (c) { |
361 | case '?': /* help */ | 361 | case '?': /* help */ |
362 | usage2 (_("Unknown argument"), optarg); | 362 | usage5 (); |
363 | case 'h': /* help */ | 363 | case 'h': /* help */ |
364 | print_help (); | 364 | print_help (); |
365 | exit (STATE_OK); | 365 | exit (STATE_OK); |