diff options
Diffstat (limited to 'plugins/check_fping.c')
-rw-r--r-- | plugins/check_fping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_fping.c b/plugins/check_fping.c index 25ca4a8d..4dc48b77 100644 --- a/plugins/check_fping.c +++ b/plugins/check_fping.c | |||
@@ -258,7 +258,7 @@ process_arguments (int argc, char **argv) | |||
258 | 258 | ||
259 | switch (c) { | 259 | switch (c) { |
260 | case '?': /* print short usage statement if args not parsable */ | 260 | case '?': /* print short usage statement if args not parsable */ |
261 | usage2 (_("Unknown argument"), optarg); | 261 | usage5 (); |
262 | case 'h': /* help */ | 262 | case 'h': /* help */ |
263 | print_help (); | 263 | print_help (); |
264 | exit (STATE_OK); | 264 | exit (STATE_OK); |