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.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index b094207..156765e 100644
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
@@ -599,12 +599,12 @@ print_help (void)
599 599
600 print_usage (); 600 print_usage ();
601 601
602 printf (_(UT_HELP_VRSN)); 602 printf (UT_HELP_VRSN);
603 printf (_(UT_EXTRA_OPTS)); 603 printf (UT_EXTRA_OPTS);
604 604
605 printf (_(UT_HOST_PORT), 'p', "none"); 605 printf (UT_HOST_PORT, 'p', "none");
606 606
607 printf (_(UT_IPv46)); 607 printf (UT_IPv46);
608 608
609 printf (" %s\n", "-E, --escape"); 609 printf (" %s\n", "-E, --escape");
610 printf (" %s\n", _("Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or quit option")); 610 printf (" %s\n", _("Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or quit option"));
@@ -635,19 +635,19 @@ print_help (void)
635 printf (" %s\n", _("Use SSL for the connection.")); 635 printf (" %s\n", _("Use SSL for the connection."));
636#endif 636#endif
637 637
638 printf (_(UT_WARN_CRIT)); 638 printf (UT_WARN_CRIT);
639 639
640 printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); 640 printf (UT_TIMEOUT, DEFAULT_SOCKET_TIMEOUT);
641 641
642 printf (_(UT_VERBOSE)); 642 printf (UT_VERBOSE);
643 643
644#ifdef NP_EXTRA_OPTS 644#ifdef NP_EXTRA_OPTS
645 printf ("\n"); 645 printf ("\n");
646 printf ("%s\n", _("Notes:")); 646 printf ("%s\n", _("Notes:"));
647 printf (_(UT_EXTRA_OPTS_NOTES)); 647 printf (UT_EXTRA_OPTS_NOTES);
648#endif 648#endif
649 649
650 printf (_(UT_SUPPORT)); 650 printf (UT_SUPPORT);
651} 651}
652 652
653 653