diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-25 23:17:46 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-25 23:17:46 (GMT) |
commit | e9ccc6b21a1152bbf150302c4a29a6df79d75bd7 (patch) | |
tree | 91bf1ebb6f927fd628b298df2ac5a89580282591 /plugins/check_hpjd.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_hpjd.c')
-rw-r--r-- | plugins/check_hpjd.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index 5376956..dd49893 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c | |||
@@ -286,7 +286,6 @@ main (int argc, char **argv) | |||
286 | } | 286 | } |
287 | 287 | ||
288 | 288 | ||
289 | |||
290 | /* process command-line arguments */ | 289 | /* process command-line arguments */ |
291 | int | 290 | int |
292 | process_arguments (int argc, char **argv) | 291 | process_arguments (int argc, char **argv) |
@@ -334,9 +333,7 @@ process_arguments (int argc, char **argv) | |||
334 | print_help (); | 333 | print_help (); |
335 | exit (STATE_OK); | 334 | exit (STATE_OK); |
336 | case '?': /* help */ | 335 | case '?': /* help */ |
337 | printf (_("%s: Unknown argument: %s\n\n"), progname, optarg); | 336 | usage2 (_("Unknown argument"), optarg); |
338 | print_usage (); | ||
339 | exit (STATE_UNKNOWN); | ||
340 | } | 337 | } |
341 | } | 338 | } |
342 | 339 | ||
@@ -361,7 +358,6 @@ process_arguments (int argc, char **argv) | |||
361 | } | 358 | } |
362 | 359 | ||
363 | 360 | ||
364 | |||
365 | int | 361 | int |
366 | validate_arguments (void) | 362 | validate_arguments (void) |
367 | { | 363 | { |
@@ -369,7 +365,6 @@ validate_arguments (void) | |||
369 | } | 365 | } |
370 | 366 | ||
371 | 367 | ||
372 | |||
373 | void | 368 | void |
374 | print_help (void) | 369 | print_help (void) |
375 | { | 370 | { |