diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-03 06:05:14 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-03 06:05:14 +0000 |
commit | 3f04b037dd31251d8cd7a43f5184b5241d888cd0 (patch) | |
tree | 018e6c906d05ad87ee4ee8a93e3315c30d050a6f /plugins/check_tcp.c | |
parent | 099a9023f6b685ce071c4de2a3918a0d3edbcb28 (diff) | |
download | monitoring-plugins-3f04b037dd31251d8cd7a43f5184b5241d888cd0.tar.gz |
markup for translation
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@639 f882894a-f735-0410-b71e-b25c423dba1c
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 12fa4047..32bdae70 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 | ||