mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-27 03:44:51 -05:00
forgot declaration of INVERT_REGEX in getopt otions
This commit is contained in:
parent
c9a94ffd44
commit
83ae37dc7e
1 changed files with 1 additions and 0 deletions
|
|
@ -430,6 +430,7 @@ process_arguments (int argc, char **argv)
|
|||
{"private-key", required_argument, 0, 'K'},
|
||||
{"ca-cert", required_argument, 0, CA_CERT_OPTION},
|
||||
{"useragent", required_argument, 0, 'A'},
|
||||
{"invert-regex", no_argument, NULL, INVERT_REGEX},
|
||||
{"certificate", required_argument, 0, 'C'},
|
||||
{0, 0, 0, 0}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue