diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-12 22:27:43 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-12 22:27:43 (GMT) |
commit | 80da8e6dab2b37abc491018b2894414b80cfcbf4 (patch) | |
tree | f8c261d4d24dbebb6fbf892aab3fdee16a112ceb /plugins | |
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')
-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 7cdd5e0..79c5ad4 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\ | |||
41 | certificate expiration times.\n" | 41 | certificate expiration times.\n" |
42 | 42 | ||
43 | #define OPTIONS "\ | 43 | #define OPTIONS "\ |
44 | \(-H <vhost> | -I <IP-address>) [-u <uri>] [-p <port>]\n\ | 44 | (-H <vhost> | -I <IP-address>) [-u <uri>] [-p <port>]\n\ |
45 | [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n\ | 45 | [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n\ |
46 | [-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n\ | 46 | [-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n\ |
47 | [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n\ | 47 | [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n\ |