diff options
Diffstat (limited to 'plugins/check_tcp.c')
-rw-r--r-- | plugins/check_tcp.c | 4 |
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 */ |
88 | char *progname = "check_tcp"; | 88 | char *progname = "check_tcp"; |
89 | const char *revision = "$Revision$"; | 89 | const char *revision = "$Revision$"; |
90 | const char *copyright = "2002-2003"; | 90 | const char *copyright = "1999-2003"; |
91 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 91 | const 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 | ||