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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index 12fa404..32bdae7 100644
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
@@ -87,7 +87,7 @@ char *buffer = "";
87/* progname changes depending on symlink called */ 87/* progname changes depending on symlink called */
88char *progname = "check_tcp"; 88char *progname = "check_tcp";
89const char *revision = "$Revision$"; 89const char *revision = "$Revision$";
90const char *copyright = "2002-2003"; 90const char *copyright = "1999-2003";
91const char *email = "nagiosplug-devel@lists.sourceforge.net"; 91const char *email = "nagiosplug-devel@lists.sourceforge.net";
92 92
93 93
@@ -144,7 +144,7 @@ print_help (void)
144 144
145 printf (_(UT_VERBOSE)); 145 printf (_(UT_VERBOSE));
146 146
147 support (); 147 printf (_(UT_SUPPORT));
148} 148}
149 149
150 150