Fix manpage generation
This commit is contained in:
parent
9dc37c1ee7
commit
d7d926edaa
@ -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
|
||||
|
||||
|
@ -23,6 +23,10 @@ Options
|
||||
|
||||
decrease verbosity
|
||||
|
||||
.. option:: --unset, --default, --delete, -D
|
||||
|
||||
Unset the feature.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
|
@ -23,6 +23,14 @@ Options
|
||||
|
||||
Decrease verbosity.
|
||||
|
||||
.. option:: --all
|
||||
|
||||
Pause all the qubes.
|
||||
|
||||
.. option:: --exclude=EXCLUDE
|
||||
|
||||
Exclude the qube from :option:`--all`.
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
||||
|
@ -23,6 +23,14 @@ Options
|
||||
|
||||
Decrease verbosity.
|
||||
|
||||
.. option:: --all
|
||||
|
||||
Unause all the qubes.
|
||||
|
||||
.. option:: --exclude=EXCLUDE
|
||||
|
||||
Exclude the qube from :option:`--all`.
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user