Merge pull request #22 from wakeful/fix-incorrect-import-message

fixing incorrect help message
This commit is contained in:
stephensmalley 2016-08-18 14:36:25 -04:00 committed by GitHub
commit 0864aa96aa
2 changed files with 2 additions and 2 deletions

View File

@ -840,7 +840,7 @@ def handleImport(args):
def setupImportParser(subparsers):
importParser = subparsers.add_parser('import', help=_('Output local customizations'))
importParser = subparsers.add_parser('import', help=_('Import local customizations'))
parser_add_noreload(importParser, "import")
parser_add_store(importParser, "import")
importParser.add_argument('-f', '--input_file', dest='input_file', action=SetImportFile, help=_('Input file'))

View File

@ -8,7 +8,7 @@ semanage \- SELinux Policy Management tool
.B positional arguments:
.B import
Output local customizations
Import local customizations
.B export
Output local customizations