Browse Source

check_http: s/--header_string/--header-string/

The name of the new option is "--header-string".
Holger Weiss 12 years ago
parent
commit
ebb5572af3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/check_http.c

+ 1 - 1
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'},