From 4b61a8a87925c4628d715bcbd471ecb4c33b3e3c Mon Sep 17 00:00:00 2001 From: stormshadow <190884359+st0rm-shad0w@users.noreply.github.com> Date: Mon, 11 May 2026 00:15:39 +0530 Subject: [PATCH] fix(labnag): add missing --exclusive-zone to getopt options --- clients/labnag.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/labnag.c b/clients/labnag.c index 8d47ee29..60a5abb3 100644 --- a/clients/labnag.c +++ b/clients/labnag.c @@ -1592,6 +1592,7 @@ nag_parse_options(int argc, char **argv, struct nag *nag, {"message", required_argument, NULL, 'm'}, {"output", required_argument, NULL, 'o'}, {"timeout", required_argument, NULL, 't'}, + {"exclusive-zone", no_argument, NULL, 'x'}, {"version", no_argument, NULL, 'v'}, {"background-color", required_argument, NULL, TO_COLOR_BACKGROUND},