qubes/tools: hide --xml option
It requires user to know, what he is doing
This commit is contained in:
parent
b0af95fa2b
commit
d3425142bc
@ -98,7 +98,7 @@ def get_parser_base(want_force_root=False, **kwargs):
|
||||
|
||||
parser.add_argument('--xml', metavar='XMLFILE',
|
||||
action='store',
|
||||
help='Qubes OS store file')
|
||||
help=argparse.SUPPRESS)
|
||||
|
||||
parser.add_argument('--verbose', '-v',
|
||||
action='count',
|
||||
|
Loading…
Reference in New Issue
Block a user