diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 20:28:53 +0000 |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 20:28:53 +0000 |
commit | edf60f6dceba48555f2534d9a217a8c5913ce029 (patch) | |
tree | e49b58832bc1d9252c3a8eeeadd65b4a85efc140 /plugins/check_overcr.c | |
parent | 5d420d68fa25dd1b48d1b3f1a067fb45d98e67c2 (diff) | |
download | monitoring-plugins-edf60f6dceba48555f2534d9a217a8c5913ce029.tar.gz |
remove UT_HLP_VRS from print_usage
this was not a good idea ;-)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@994 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_overcr.c')
-rw-r--r-- | plugins/check_overcr.c | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/plugins/check_overcr.c b/plugins/check_overcr.c index ddaebdbd..2ebf62e1 100644 --- a/plugins/check_overcr.c +++ b/plugins/check_overcr.c | |||
@@ -405,18 +405,6 @@ process_arguments (int argc, char **argv) | |||
405 | 405 | ||
406 | 406 | ||
407 | void | 407 | void |
408 | print_usage (void) | ||
409 | { | ||
410 | printf (_("\ | ||
411 | Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n\ | ||
412 | [-t timeout]\n"), | ||
413 | progname); | ||
414 | printf (_(UT_HLP_VRS), progname, progname); | ||
415 | } | ||
416 | |||
417 | |||
418 | |||
419 | void | ||
420 | print_help (void) | 408 | print_help (void) |
421 | { | 409 | { |
422 | char *myport; | 410 | char *myport; |
@@ -469,3 +457,13 @@ Notes:\n\ | |||
469 | 457 | ||
470 | printf (_(UT_SUPPORT)); | 458 | printf (_(UT_SUPPORT)); |
471 | } | 459 | } |
460 | |||
461 | |||
462 | |||
463 | void | ||
464 | print_usage (void) | ||
465 | { | ||
466 | printf ("\ | ||
467 | Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n\ | ||
468 | [-t timeout]\n", progname); | ||
469 | } | ||