diff options
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r-- | plugins/check_ups.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c index f88e9e9f..33cba770 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c | |||
@@ -472,7 +472,7 @@ process_arguments (int argc, char **argv) | |||
472 | server_address = optarg; | 472 | server_address = optarg; |
473 | } | 473 | } |
474 | else { | 474 | else { |
475 | usage2 ("Invalid host name", optarg); | 475 | usage2 (_("Invalid host name"), optarg); |
476 | } | 476 | } |
477 | break; | 477 | break; |
478 | case 'u': /* ups name */ | 478 | case 'u': /* ups name */ |
@@ -538,7 +538,7 @@ process_arguments (int argc, char **argv) | |||
538 | if (is_host (argv[optind])) | 538 | if (is_host (argv[optind])) |
539 | server_address = argv[optind++]; | 539 | server_address = argv[optind++]; |
540 | else | 540 | else |
541 | usage ("Invalid host name"); | 541 | usage2 (_("Invalid host name"), optarg); |
542 | } | 542 | } |
543 | 543 | ||
544 | if (server_address == NULL) | 544 | if (server_address == NULL) |
@@ -570,8 +570,8 @@ print_help (void) | |||
570 | 570 | ||
571 | print_revision (progname, revision); | 571 | print_revision (progname, revision); |
572 | 572 | ||
573 | printf (_("Copyright (c) 2000 Tom Shields")); | 573 | printf ("Copyright (c) 2000 Tom Shields"); |
574 | printf (_(COPYRIGHT), copyright, email); | 574 | printf (COPYRIGHT, copyright, email); |
575 | 575 | ||
576 | printf (_("This plugin tests the UPS service on the specified host.\n\ | 576 | printf (_("This plugin tests the UPS service on the specified host.\n\ |
577 | Network UPS Tools from www.exploits.org must be running for this plugin to\n\ | 577 | Network UPS Tools from www.exploits.org must be running for this plugin to\n\ |