mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 05:47:59 +00:00
update short-option list to match the long-option list
This commit is contained in:
parent
f9c5756b4d
commit
098598c98d
@ -179,7 +179,7 @@ static int process_args(int argc, char *argv[])
|
|||||||
int count = 0;
|
int count = 0;
|
||||||
option = OPTION_ADD;
|
option = OPTION_ADD;
|
||||||
|
|
||||||
while ((c = getopt_long(argc, argv, "adf:hrRvpI:b:BCDENSm:qn:", long_options, &o)) != -1)
|
while ((c = getopt_long(argc, argv, "adf:hrRvI:b:BCDENSm:qn:XKWk", long_options, &o)) != -1)
|
||||||
{
|
{
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case 0:
|
case 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user