diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-18 17:14:22 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-18 17:14:22 (GMT) |
commit | ebb5572af3aa518ec143e1a099ed5070855e3076 (patch) | |
tree | 1b54a77c17b3656a991b4e39ae5d6d6b0e29a43e /plugins/check_http.c | |
parent | e6bcf116537883ea856b6032f1375e94483963f7 (diff) | |
download | monitoring-plugins-ebb5572af3aa518ec143e1a099ed5070855e3076.tar.gz |
check_http: s/--header_string/--header-string/
The name of the new option is "--header-string".
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 5204028..56e87bb 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c | |||
@@ -207,7 +207,7 @@ process_arguments (int argc, char **argv) | |||
207 | {"port", required_argument, 0, 'p'}, | 207 | {"port", required_argument, 0, 'p'}, |
208 | {"authorization", required_argument, 0, 'a'}, | 208 | {"authorization", required_argument, 0, 'a'}, |
209 | {"proxy_authorization", required_argument, 0, 'b'}, | 209 | {"proxy_authorization", required_argument, 0, 'b'}, |
210 | {"header_string", required_argument, 0, 'd'}, | 210 | {"header-string", required_argument, 0, 'd'}, |
211 | {"string", required_argument, 0, 's'}, | 211 | {"string", required_argument, 0, 's'}, |
212 | {"expect", required_argument, 0, 'e'}, | 212 | {"expect", required_argument, 0, 'e'}, |
213 | {"regex", required_argument, 0, 'r'}, | 213 | {"regex", required_argument, 0, 'r'}, |