core3: documentation fixes
This commit is contained in:
parent
ea44c0acf3
commit
fb6acb5f6b
@ -9,7 +9,7 @@ to be readable though, so you can probably create it manually if you like.
|
|||||||
Synopsis
|
Synopsis
|
||||||
--------
|
--------
|
||||||
|
|
||||||
:command:`qubes-create` [-h] [--xml *XMLFILE*]
|
:command:`qubes-create` [-h] [--qubesxml *XMLFILE*] [--property *NAME*=*VALUE*]
|
||||||
|
|
||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
@ -18,10 +18,14 @@ Options
|
|||||||
|
|
||||||
show help message and exit
|
show help message and exit
|
||||||
|
|
||||||
.. option:: --xml=XMLFILE
|
.. option:: --qubesxml=XMLFILE
|
||||||
|
|
||||||
Where to put this new file in question.
|
Where to put this new file in question.
|
||||||
|
|
||||||
|
.. option:: --property=NAME=VALUE, --prop=NAME=VALUE, -p NAME=VALUE
|
||||||
|
|
||||||
|
On creation, set global property *NAME* to *VALUE*.
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Synopsis
|
Synopsis
|
||||||
--------
|
--------
|
||||||
|
|
||||||
:command:`qvm-create` [-h] [--xml *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] [--qubesxml *XMLFILE*] [--force-root] [--class *CLS*] [--property *NAME*=*VALUE*] [--template *VALUE*] [--label *VALUE*] [--root-copy-from *FILENAME* | --root-move-from *FILENAME*] *VMNAME*
|
||||||
|
|
||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
@ -15,7 +15,7 @@ Options
|
|||||||
|
|
||||||
show help message and exit
|
show help message and exit
|
||||||
|
|
||||||
.. option:: --xml=XMLFILE
|
.. option:: --qubesxml=XMLFILE
|
||||||
|
|
||||||
Qubes OS store file
|
Qubes OS store file
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ Options
|
|||||||
:option:`--format`. All columns along with short descriptions can be listed
|
:option:`--format`. All columns along with short descriptions can be listed
|
||||||
with :option:`--help-columns`.
|
with :option:`--help-columns`.
|
||||||
|
|
||||||
.. option:: --xml=XMLFILE
|
.. option:: --qubesxml=XMLFILE
|
||||||
|
|
||||||
Qubes store file
|
Qubes store file
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Options
|
|||||||
|
|
||||||
List available properties with short descriptions and exit.
|
List available properties with short descriptions and exit.
|
||||||
|
|
||||||
.. option:: --xml=XMLFILE
|
.. option:: --qubesxml=XMLFILE
|
||||||
|
|
||||||
Qubes OS store file.
|
Qubes OS store file.
|
||||||
|
|
||||||
|
@ -24,9 +24,9 @@ Options
|
|||||||
|
|
||||||
Show help message and exit.
|
Show help message and exit.
|
||||||
|
|
||||||
.. option:: --xml=XMLFILE
|
.. option:: --qubesxml=XMLFILE
|
||||||
|
|
||||||
Use another qubes.xml file.
|
Use another :file:`qubes.xml` file.
|
||||||
|
|
||||||
.. option:: --verbose, -v
|
.. option:: --verbose, -v
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user