diff options
Diffstat (limited to 'plugins/check_real.c')
-rw-r--r-- | plugins/check_real.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_real.c b/plugins/check_real.c index 2d24e14..0ccc1c0 100644 --- a/plugins/check_real.c +++ b/plugins/check_real.c | |||
@@ -368,7 +368,7 @@ process_arguments (int argc, char **argv) | |||
368 | print_help (); | 368 | print_help (); |
369 | exit (STATE_OK); | 369 | exit (STATE_OK); |
370 | case '?': /* usage */ | 370 | case '?': /* usage */ |
371 | usage2 (_("Unknown argument"), optarg); | 371 | usage5 (); |
372 | } | 372 | } |
373 | } | 373 | } |
374 | 374 | ||