diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-12 22:27:43 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-12 22:27:43 +0000 |
commit | 80da8e6dab2b37abc491018b2894414b80cfcbf4 (patch) | |
tree | f8c261d4d24dbebb6fbf892aab3fdee16a112ceb /plugins/check_http.c | |
parent | 8483b4df8851e4531344f4966f6a63f8d6331fb1 (diff) | |
download | monitoring-plugins-80da8e6dab2b37abc491018b2894414b80cfcbf4.tar.gz |
Remove unnecessary \ - complaints from Tru64's cc compiler
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@321 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r-- | plugins/check_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index 7cdd5e01..79c5ad45 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -41,7 +41,7 @@ strings and regular expressions, check connection times, and report on\n\ certificate expiration times.\n" #define OPTIONS "\ -\(-H <vhost> | -I <IP-address>) [-u <uri>] [-p <port>]\n\ +(-H <vhost> | -I <IP-address>) [-u <uri>] [-p <port>]\n\ [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n\ [-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n\ [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n\ |