diff options
Diffstat (limited to 'plugins/check_load.c')
-rw-r--r-- | plugins/check_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_load.c b/plugins/check_load.c index 562eaf5d..3d00432f 100644 --- a/plugins/check_load.c +++ b/plugins/check_load.c | |||
@@ -236,7 +236,7 @@ process_arguments (int argc, char **argv) | |||
236 | print_help (); | 236 | print_help (); |
237 | exit (STATE_OK); | 237 | exit (STATE_OK); |
238 | case '?': /* help */ | 238 | case '?': /* help */ |
239 | usage2 (_("Unknown argument"), optarg); | 239 | usage5 (); |
240 | } | 240 | } |
241 | } | 241 | } |
242 | 242 | ||