diff options
| author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-25 23:17:46 +0000 |
|---|---|---|
| committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-25 23:17:46 +0000 |
| commit | e9ccc6b21a1152bbf150302c4a29a6df79d75bd7 (patch) | |
| tree | 91bf1ebb6f927fd628b298df2ac5a89580282591 /plugins/check_dig.c | |
| parent | 71656b2aafffb69716620bf08cce76c925dc8fa3 (diff) | |
| download | monitoring-plugins-e9ccc6b21a1152bbf150302c4a29a6df79d75bd7.tar.gz | |
various fixes for localization
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1061 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_dig.c')
| -rw-r--r-- | plugins/check_dig.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/check_dig.c b/plugins/check_dig.c index a44d5786..c6078965 100644 --- a/plugins/check_dig.c +++ b/plugins/check_dig.c | |||
| @@ -81,9 +81,9 @@ main (int argc, char **argv) | |||
| 81 | if (verbose) { | 81 | if (verbose) { |
| 82 | printf ("%s\n", command_line); | 82 | printf ("%s\n", command_line); |
| 83 | if(expected_address != NULL) { | 83 | if(expected_address != NULL) { |
| 84 | printf ("Looking for: '%s'\n", expected_address); | 84 | printf (_("Looking for: '%s'\n"), expected_address); |
| 85 | } else { | 85 | } else { |
| 86 | printf ("Looking for: '%s'\n", query_address); | 86 | printf (_("Looking for: '%s'\n"), query_address); |
| 87 | } | 87 | } |
| 88 | } | 88 | } |
| 89 | 89 | ||
| @@ -214,9 +214,7 @@ process_arguments (int argc, char **argv) | |||
| 214 | 214 | ||
| 215 | switch (c) { | 215 | switch (c) { |
| 216 | case '?': /* help */ | 216 | case '?': /* help */ |
| 217 | printf (_("%s: Unknown argument: %s\n\n"), progname, optarg); | 217 | usage2 (_("Unknown argument"), optarg); |
| 218 | print_usage (); | ||
| 219 | exit (STATE_UNKNOWN); | ||
| 220 | case 'h': /* help */ | 218 | case 'h': /* help */ |
| 221 | print_help (); | 219 | print_help (); |
| 222 | exit (STATE_OK); | 220 | exit (STATE_OK); |
