mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-10 09:10:08 -04:00
reverted double header in longopts
This commit is contained in:
parent
5d2fa85f1e
commit
4dc982097e
1 changed files with 0 additions and 1 deletions
|
|
@ -525,7 +525,6 @@ process_arguments (int argc, char **argv)
|
|||
{"useragent", required_argument, 0, 'A'},
|
||||
{"header", required_argument, 0, 'k'},
|
||||
{"invert-regex", no_argument, NULL, INVERT_REGEX},
|
||||
{"header", required_argument, 0, 'k'},
|
||||
{"extended-perfdata", no_argument, 0, 'E'},
|
||||
{0, 0, 0, 0}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue