fix(labnag): add missing --exclusive-zone to getopt options

This commit is contained in:
stormshadow 2026-05-11 00:15:39 +05:30 committed by Johan Malm
parent bc287686ea
commit 4b61a8a879

View file

@ -1592,6 +1592,7 @@ nag_parse_options(int argc, char **argv, struct nag *nag,
{"message", required_argument, NULL, 'm'}, {"message", required_argument, NULL, 'm'},
{"output", required_argument, NULL, 'o'}, {"output", required_argument, NULL, 'o'},
{"timeout", required_argument, NULL, 't'}, {"timeout", required_argument, NULL, 't'},
{"exclusive-zone", no_argument, NULL, 'x'},
{"version", no_argument, NULL, 'v'}, {"version", no_argument, NULL, 'v'},
{"background-color", required_argument, NULL, TO_COLOR_BACKGROUND}, {"background-color", required_argument, NULL, TO_COLOR_BACKGROUND},