Fix typo in semanage args for minimum policy store

This commit is contained in:
Petr Lautrbach 2015-07-09 10:16:16 +02:00 committed by Stephen Smalley
parent 0979e35ddb
commit 6fd8e08606

View file

@ -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 = []