Fix typo in semanage args for minimum policy store
This commit is contained in:
parent
0979e35ddb
commit
6fd8e08606
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ def createCommandParser():
|
|||
|
||||
def make_io_args(args):
|
||||
# import/export backward compability
|
||||
args_origin = ["-S", "-o", "-i", "targeted", "minumum", "mls"]
|
||||
args_origin = ["-S", "-o", "-i", "targeted", "minimum", "mls"]
|
||||
args_file = []
|
||||
args_ie = []
|
||||
args_subcommand = []
|
||||
|
|
Loading…
Reference in a new issue