summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-09 22:46:06 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-09 22:46:06 (GMT)
commit5bfca4b34d15ef40239ed6074b9ff9c061022946 (patch)
tree3a446c547693876c693d509e620e56e2b565faeb /plugins/check_http.c
parente8594f461da0701f3e44af2c5baf351b909a5038 (diff)
downloadmonitoring-plugins-5bfca4b34d15ef40239ed6074b9ff9c061022946.tar.gz
s/--proxy_authorization/--proxy-authorization/
The check_http option "--proxy_authorization" is now called "--proxy-authorization" instead. It was always documented this way, and we don't usually use underscores in option names.
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r--plugins/check_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c
index 1576601..c44bb3a 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -215,7 +215,7 @@ process_arguments (int argc, char **argv)
215 {"url", required_argument, 0, 'u'}, 215 {"url", required_argument, 0, 'u'},
216 {"port", required_argument, 0, 'p'}, 216 {"port", required_argument, 0, 'p'},
217 {"authorization", required_argument, 0, 'a'}, 217 {"authorization", required_argument, 0, 'a'},
218 {"proxy_authorization", required_argument, 0, 'b'}, 218 {"proxy-authorization", required_argument, 0, 'b'},
219 {"header-string", required_argument, 0, 'd'}, 219 {"header-string", required_argument, 0, 'd'},
220 {"string", required_argument, 0, 's'}, 220 {"string", required_argument, 0, 's'},
221 {"expect", required_argument, 0, 'e'}, 221 {"expect", required_argument, 0, 'e'},