policycoreutils: semanage: drop unused translation getopt
Remove handling for T: in getopt, this should have been removed when we removed manage of translation Signed-off-by: Eric Paris <eparis@redhat.com>
This commit is contained in:
parent
27915ec2aa
commit
bd26462036
|
@ -505,7 +505,7 @@ Object-specific Options (see above):
|
|||
usage(_("Requires 2 or more arguments"))
|
||||
|
||||
gopts, cmds = getopt.getopt(sys.argv[1:],
|
||||
'01adf:i:lhmno:p:s:FCDR:L:r:t:T:P:S:',
|
||||
'01adf:i:lhmno:p:s:FCDR:L:r:t:P:S:',
|
||||
['add',
|
||||
'delete',
|
||||
'deleteall',
|
||||
|
|
Loading…
Reference in New Issue