diff options
-rw-r--r-- | plugins/check_curl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c index cd77be3..1b9064e 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c | |||
@@ -430,6 +430,7 @@ process_arguments (int argc, char **argv) | |||
430 | {"private-key", required_argument, 0, 'K'}, | 430 | {"private-key", required_argument, 0, 'K'}, |
431 | {"ca-cert", required_argument, 0, CA_CERT_OPTION}, | 431 | {"ca-cert", required_argument, 0, CA_CERT_OPTION}, |
432 | {"useragent", required_argument, 0, 'A'}, | 432 | {"useragent", required_argument, 0, 'A'}, |
433 | {"invert-regex", no_argument, NULL, INVERT_REGEX}, | ||
433 | {"certificate", required_argument, 0, 'C'}, | 434 | {"certificate", required_argument, 0, 'C'}, |
434 | {0, 0, 0, 0} | 435 | {0, 0, 0, 0} |
435 | }; | 436 | }; |