2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-29 13:28:19 +00:00

update short-option list to match the long-option list

This commit is contained in:
Kees Cook 2009-07-24 14:57:10 +00:00
parent f9c5756b4d
commit 098598c98d

View File

@ -179,7 +179,7 @@ static int process_args(int argc, char *argv[])
int count = 0;
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) {
case 0: