summaryrefslogtreecommitdiffstats
path: root/plugins/check_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_tcp.c')
-rw-r--r--plugins/check_tcp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index 0573776..405a762 100644
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
@@ -793,12 +793,12 @@ print_help (void)
793void 793void
794print_usage (void) 794print_usage (void)
795{ 795{
796 printf (_("\ 796 printf ("\
797Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n\ 797Usage: %s -H host -p port [-w <warning time>] [-c <critical time>]\n\
798 [-s <send string>] [-e <expect string>] [-q <quit string>]\n\ 798 [-s <send string>] [-e <expect string>] [-q <quit string>]\n\
799 [-m <maximum bytes>] [-d <delay>] [-t <timeout seconds>]\n\ 799 [-m <maximum bytes>] [-d <delay>] [-t <timeout seconds>]\n\
800 [-r <refuse state>] [-v] [-4|-6] [-j] [-D <days to cert expiry>]\n\ 800 [-r <refuse state>] [-v] [-4|-6] [-j] [-D <days to cert expiry>]\n\
801 [-S <use SSL>]\n"), progname); 801 [-S <use SSL>]\n", progname);
802 printf (" %s (-h|--help)\n", progname); 802
803 printf (" %s (-V|--version)\n", progname); 803 printf (UT_HLP_VRS, progname, progname);
804} 804}