mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
expand short-option list to include -T
This commit is contained in:
@@ -182,7 +182,7 @@ static int process_args(int argc, char *argv[])
|
||||
int count = 0;
|
||||
option = OPTION_ADD;
|
||||
|
||||
while ((c = getopt_long(argc, argv, "adf:hrRvI:b:BCDENSm:qn:XKWk", long_options, &o)) != -1)
|
||||
while ((c = getopt_long(argc, argv, "adf:hrRvI:b:BCDENSm:qn:XKTWk", long_options, &o)) != -1)
|
||||
{
|
||||
switch (c) {
|
||||
case 0:
|
||||
|
Reference in New Issue
Block a user