diff options
author | Sebastian Herbszt <herbszt@gmx.de> | 2014-11-30 22:57:47 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-12-01 00:08:58 (GMT) |
commit | 22dfca20fd83da319ec23160e0092a602b6c1eea (patch) | |
tree | bc8f2f790a1c10dc15df73a4ab9d440422ee654b | |
parent | 99b3bfe488a856df059e933c796590eea0baae8d (diff) | |
download | monitoring-plugins-22dfca20fd83da319ec23160e0092a602b6c1eea.tar.gz |
check_tcp: fix help description regarding escape option
The help description should print '\\' for backslash not just '\'.
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
-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 fc0adba..63f9fd9 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
@@ -643,7 +643,7 @@ print_help (void) | |||
643 | printf (UT_IPv46); | 643 | printf (UT_IPv46); |
644 | 644 | ||
645 | printf (" %s\n", "-E, --escape"); | 645 | printf (" %s\n", "-E, --escape"); |
646 | printf (" %s\n", _("Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or quit option")); | 646 | printf (" %s\n", _("Can use \\n, \\r, \\t or \\\\ in send or quit string. Must come before send or quit option")); |
647 | printf (" %s\n", _("Default: nothing added to send, \\r\\n added to end of quit")); | 647 | printf (" %s\n", _("Default: nothing added to send, \\r\\n added to end of quit")); |
648 | printf (" %s\n", "-s, --send=STRING"); | 648 | printf (" %s\n", "-s, --send=STRING"); |
649 | printf (" %s\n", _("String to send to the server")); | 649 | printf (" %s\n", _("String to send to the server")); |