summaryrefslogtreecommitdiffstats
path: root/plugins/check_overcr.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_overcr.c')
-rw-r--r--plugins/check_overcr.c22
1 files changed, 10 insertions, 12 deletions
diff --git a/plugins/check_overcr.c b/plugins/check_overcr.c
index ddaebdb..2ebf62e 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
407void 407void
408print_usage (void)
409{
410 printf (_("\
411Usage: %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
419void
420print_help (void) 408print_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
463void
464print_usage (void)
465{
466 printf ("\
467Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n\
468 [-t timeout]\n", progname);
469}