diff options
Diffstat (limited to 'plugins/check_tcp.c')
-rw-r--r-- | plugins/check_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index faa3ced..7e1bd38 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
@@ -443,7 +443,7 @@ process_arguments (int argc, char **argv) | |||
443 | 443 | ||
444 | switch (c) { | 444 | switch (c) { |
445 | case '?': /* print short usage statement if args not parsable */ | 445 | case '?': /* print short usage statement if args not parsable */ |
446 | usage2 (_("Unknown argument"), optarg); | 446 | usage5 (); |
447 | case 'h': /* help */ | 447 | case 'h': /* help */ |
448 | print_help (); | 448 | print_help (); |
449 | exit (STATE_OK); | 449 | exit (STATE_OK); |