2
0
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:
Kees Cook
2009-08-19 15:07:53 +00:00
parent bf7c9c8567
commit 7e962a409c

View File

@@ -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: