diff options
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r-- | plugins/check_ups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c index 280b3fb..56438bb 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c | |||
@@ -494,7 +494,7 @@ process_arguments (int argc, char **argv) | |||
494 | 494 | ||
495 | switch (c) { | 495 | switch (c) { |
496 | case '?': /* help */ | 496 | case '?': /* help */ |
497 | usage2 (_("Unknown argument"), optarg); | 497 | usage5 (); |
498 | case 'H': /* hostname */ | 498 | case 'H': /* hostname */ |
499 | if (is_host (optarg)) { | 499 | if (is_host (optarg)) { |
500 | server_address = optarg; | 500 | server_address = optarg; |