aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_http.c
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2013-08-18 19:14:22 +0200
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2013-08-18 19:14:22 +0200
commitebb5572af3aa518ec143e1a099ed5070855e3076 (patch)
tree1b54a77c17b3656a991b4e39ae5d6d6b0e29a43e /plugins/check_http.c
parente6bcf116537883ea856b6032f1375e94483963f7 (diff)
downloadmonitoring-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c
index 52040281..56e87bbf 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -207,7 +207,7 @@ process_arguments (int argc, char **argv)
{"port", required_argument, 0, 'p'},
{"authorization", required_argument, 0, 'a'},
{"proxy_authorization", required_argument, 0, 'b'},
- {"header_string", required_argument, 0, 'd'},
+ {"header-string", required_argument, 0, 'd'},
{"string", required_argument, 0, 's'},
{"expect", required_argument, 0, 'e'},
{"regex", required_argument, 0, 'r'},