mirror of
https://github.com/labwc/labwc.git
synced 2026-05-20 21:37:41 -04:00
fix(labnag): add missing --exclusive-zone to getopt options
This commit is contained in:
parent
bc287686ea
commit
4b61a8a879
1 changed files with 1 additions and 0 deletions
|
|
@ -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},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue