Browse Source

core3: documentation fixes

Wojtek Porczyk 8 years ago
parent
commit
fb6acb5f6b

+ 6 - 2
doc/manpages/qubes-create.rst

@@ -9,7 +9,7 @@ to be readable though, so you can probably create it manually if you like.
 Synopsis
 --------
 
-:command:`qubes-create` [-h] [--xml *XMLFILE*]
+:command:`qubes-create` [-h] [--qubesxml *XMLFILE*] [--property *NAME*=*VALUE*]
 
 Options
 -------
@@ -18,10 +18,14 @@ Options
 
    show help message and exit
 
-.. option:: --xml=XMLFILE
+.. option:: --qubesxml=XMLFILE
 
    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
 -------
 

+ 2 - 2
doc/manpages/qvm-create.rst

@@ -6,7 +6,7 @@
 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
 -------
@@ -15,7 +15,7 @@ Options
 
    show help message and exit
 
-.. option:: --xml=XMLFILE
+.. option:: --qubesxml=XMLFILE
 
    Qubes OS store file
 

+ 1 - 1
doc/manpages/qvm-ls.rst

@@ -35,7 +35,7 @@ Options
    :option:`--format`. All columns along with short descriptions can be listed
    with :option:`--help-columns`.
 
-.. option:: --xml=XMLFILE
+.. option:: --qubesxml=XMLFILE
 
    Qubes store file
 

+ 1 - 1
doc/manpages/qvm-prefs.rst

@@ -19,7 +19,7 @@ Options
 
    List available properties with short descriptions and exit.
 
-.. option:: --xml=XMLFILE
+.. option:: --qubesxml=XMLFILE
 
    Qubes OS store file.
 

+ 2 - 2
doc/manpages/qvm-start.rst

@@ -24,9 +24,9 @@ Options
 
    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