Fix manpage generation
This commit is contained in:
parent
91f72dc56c
commit
3009bd862e
@ -6,7 +6,7 @@
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
:command:`qubes-prefs` [-h] [--xml *XMLFILE*] [--verbose] [--quiet] [--force-root] [--help-properties] [*PROPERTY* [*VALUE*\|--delete]]
|
||||
:command:`qubes-prefs` [-h] [--verbose] [--quiet] [--force-root] [--help-properties] [*PROPERTY* [*VALUE*\|--delete]]
|
||||
|
||||
Options
|
||||
-------
|
||||
@ -19,10 +19,6 @@ Options
|
||||
|
||||
List available properties with short descriptions and exit.
|
||||
|
||||
.. option:: --qubesxml=XMLFILE
|
||||
|
||||
Qubes OS store file.
|
||||
|
||||
.. option:: --verbose, -v
|
||||
|
||||
Increase verbosity.
|
||||
|
@ -6,7 +6,7 @@
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
:command:`qvm-create` [-h] [--qubesxml *XMLFILE*] [--force-root] [--class *CLS*] [--property *NAME*=*VALUE*] [--template *VALUE*] [--label *VALUE*] [--root-copy-from *FILENAME* | --root-move-from *FILENAME*] *VMNAME*
|
||||
:command:`qvm-create` [-h] [--verbose] [--quiet] [--force-root] [--class *CLS*] [--property *NAME*=*VALUE*] [--pool *POOL_NAME:VOLUME_NAME*] [--template *VALUE*] --label *VALUE* [--root-copy-from *FILENAME* | --root-move-from *FILENAME*] *VMNAME*
|
||||
|
||||
Options
|
||||
-------
|
||||
@ -15,9 +15,13 @@ Options
|
||||
|
||||
show help message and exit
|
||||
|
||||
.. option:: --qubesxml=XMLFILE
|
||||
.. option:: --verbose, -v
|
||||
|
||||
Qubes OS store file
|
||||
Increase verbosity.
|
||||
|
||||
.. option:: --quiet, -q
|
||||
|
||||
Decrease verbosity.
|
||||
|
||||
.. option:: --force-root
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
:command:`qvm-kill` skel-manpage.py [-h] [--verbose] [--quiet] *VMNAME*
|
||||
:command:`qvm-kill` [-h] [--verbose] [--quiet] [*VMNAME* [*VMNAME* ...]]
|
||||
|
||||
Options
|
||||
-------
|
||||
|
@ -6,8 +6,7 @@
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
:command:`qvm-ls` [*options*]
|
||||
|
||||
:command:`qvm-ls` [-h] [--verbose] [--quiet] [--help-columns] [--help-formats] [--format *FORMAT* | --fields *FIELD*,...]
|
||||
|
||||
Options
|
||||
-------
|
||||
@ -35,10 +34,13 @@ Options
|
||||
:option:`--format`. All columns along with short descriptions can be listed
|
||||
with :option:`--help-columns`.
|
||||
|
||||
.. option:: --qubesxml=XMLFILE
|
||||
.. option:: --verbose, -v
|
||||
|
||||
Qubes store file
|
||||
Increase verbosity.
|
||||
|
||||
.. option:: --quiet, -q
|
||||
|
||||
Decrease verbosity.
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
@ -6,7 +6,7 @@
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
:command:`qvm-prefs` qvm-prefs [-h] [--xml *XMLFILE*] [--verbose] [--quiet] [--force-root] [--help-properties] *VMNAME* [*PROPERTY* [*VALUE*\|--delete]]
|
||||
:command:`qvm-prefs` qvm-prefs [-h] [--verbose] [--quiet] [--force-root] [--help-properties] *VMNAME* [*PROPERTY* [*VALUE* \| --delete \| --default ]]
|
||||
|
||||
Options
|
||||
-------
|
||||
@ -19,10 +19,6 @@ Options
|
||||
|
||||
List available properties with short descriptions and exit.
|
||||
|
||||
.. option:: --qubesxml=XMLFILE
|
||||
|
||||
Qubes OS store file.
|
||||
|
||||
.. option:: --verbose, -v
|
||||
|
||||
Increase verbosity.
|
||||
|
@ -24,10 +24,6 @@ Options
|
||||
|
||||
Show help message and exit.
|
||||
|
||||
.. option:: --qubesxml=XMLFILE
|
||||
|
||||
Use another :file:`qubes.xml` file.
|
||||
|
||||
.. option:: --verbose, -v
|
||||
|
||||
Increase verbosity.
|
||||
@ -65,6 +61,10 @@ Options
|
||||
|
||||
Do actions necessary when preparing DVM image.
|
||||
|
||||
.. option:: --skip-if-running
|
||||
|
||||
Do not fail if the qube is already runnning
|
||||
|
||||
.. option:: --no-start-guid
|
||||
|
||||
Do not start GUI daemon.
|
||||
|
Loading…
Reference in New Issue
Block a user