policycoreutils: semodule - remove 'q' from getopt string
Users are confused that this option is not documented or that 'semodule -q' doesn't show: semodule: invalid option -- 'q' Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
parent
a736d9d070
commit
62a2a94419
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ static void parse_command_line(int argc, char **argv)
|
|||
no_reload = 0;
|
||||
priority = 400;
|
||||
while ((i =
|
||||
getopt_long(argc, argv, "s:b:hi:l::vqr:u:RnNBDCPX:e:d:p:S:E:cH", opts,
|
||||
getopt_long(argc, argv, "s:b:hi:l::vr:u:RnNBDCPX:e:d:p:S:E:cH", opts,
|
||||
NULL)) != -1) {
|
||||
switch (i) {
|
||||
case 'b':
|
||||
|
|
Loading…
Reference in a new issue