Fix manpage generation

This commit is contained in:
Wojtek Porczyk 2016-10-04 11:32:04 +02:00
parent 9dc37c1ee7
commit d7d926edaa
5 changed files with 27 additions and 3 deletions

View File

@ -18,9 +18,13 @@ Options
show help message and exit
.. option:: --qubesxml=XMLFILE
.. option:: --verbose, -v
Where to put this new file in question.
Increase verbosity.
.. option:: --quiet, -q
Decrease verbosity.
.. option:: --property=NAME=VALUE, --prop=NAME=VALUE, -p NAME=VALUE

View File

@ -23,6 +23,10 @@ Options
decrease verbosity
.. option:: --unset, --default, --delete, -D
Unset the feature.
Description
-----------

View File

@ -23,6 +23,14 @@ Options
Decrease verbosity.
.. option:: --all
Pause all the qubes.
.. option:: --exclude=EXCLUDE
Exclude the qube from :option:`--all`.
Authors
-------

View File

@ -23,6 +23,14 @@ Options
Decrease verbosity.
.. option:: --all
Unause all the qubes.
.. option:: --exclude=EXCLUDE
Exclude the qube from :option:`--all`.
Authors
-------

View File

@ -32,7 +32,7 @@ import sys
import qubes
parser = qubes.tools.QubesArgumentParser(
want_vm=True,
vmname_nargs=1,
description='manage domain\'s features')
parser.add_argument('--request',