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:
Eric Paris 2011-12-21 09:55:40 -05:00
parent 27915ec2aa
commit bd26462036
1 changed files with 1 additions and 1 deletions

View File

@ -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',