qubes/tools: hide --xml option

It requires user to know, what he is doing
This commit is contained in:
Wojtek Porczyk 2015-09-23 15:40:00 +02:00
parent b0af95fa2b
commit d3425142bc

View File

@ -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',