diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 23:23:25 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 23:23:25 (GMT) |
commit | c298d847a3b8afe122876bfb2d75f68edc696605 (patch) | |
tree | 8be9414069e60ca4cb7693eb84ac5ffa0ee35ced /plugins/check_tcp.c | |
parent | 5e3fc41c6143676cf01b7aad789fc5f2cae5ce84 (diff) | |
download | monitoring-plugins-c298d847a3b8afe122876bfb2d75f68edc696605.tar.gz |
check_tcp parenthesis bug, header fix for po files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@997 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_tcp.c')
-rw-r--r-- | plugins/check_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 93ba344..8dacf59 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
@@ -739,7 +739,7 @@ print_help (void) | |||
739 | { | 739 | { |
740 | print_revision (progname, revision); | 740 | print_revision (progname, revision); |
741 | 741 | ||
742 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n")); | 742 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); |
743 | printf (COPYRIGHT, copyright, email); | 743 | printf (COPYRIGHT, copyright, email); |
744 | 744 | ||
745 | printf (_("This plugin tests %s connections with the specified host.\n\n"), | 745 | printf (_("This plugin tests %s connections with the specified host.\n\n"), |