mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-14 01:10:49 +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):
|
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_noreload(importParser, "import")
|
||||||
parser_add_store(importParser, "import")
|
parser_add_store(importParser, "import")
|
||||||
importParser.add_argument('-f', '--input_file', dest='input_file', action=SetImportFile, help=_('Input file'))
|
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 positional arguments:
|
||||||
|
|
||||||
.B import
|
.B import
|
||||||
Output local customizations
|
Import local customizations
|
||||||
|
|
||||||
.B export
|
.B export
|
||||||
Output local customizations
|
Output local customizations
|
||||||
|
Loading…
Reference in New Issue
Block a user