mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-26 16:02:26 +00:00
Merge pull request #22 from wakeful/fix-incorrect-import-message
fixing incorrect help message
This commit is contained in:
commit
0864aa96aa
@ -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'))
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user