From ebb5572af3aa518ec143e1a099ed5070855e3076 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 18 Aug 2013 19:14:22 +0200 Subject: check_http: s/--header_string/--header-string/ The name of the new option is "--header-string". 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) {"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'}, -- cgit v0.10-9-g596f