Fix error printing
[ganeti-local] / man / gnt-os.rst
index 401ea91..2018048 100644 (file)
@@ -20,7 +20,10 @@ system flavours for the instances in the Ganeti cluster.
 COMMANDS
 --------
 
-**list**
+LIST
+~~~~
+
+**list** [\--no-headers]
 
 Gives the list of available/supported OS to use in the instances.
 When creating the instance you can give the OS-name as an option.
@@ -28,6 +31,9 @@ When creating the instance you can give the OS-name as an option.
 Note that hidden or blacklisted OSes are not displayed by this
 command, use **diagnose** for showing those.
 
+DIAGNOSE
+~~~~~~~~
+
 **diagnose**
 
 This command will help you see why an installed OS is not available
@@ -37,6 +43,9 @@ missing from a node, or is only partially installed, and this
 command will show the details of all the OSes and the reasons they
 are or are not valid.
 
+INFO
+~~~~
+
 **info**
 
 This command will list detailed information about each OS available
@@ -44,8 +53,11 @@ in the cluster, including its validity status, the supported API
 versions, the supported parameters (if any) and their
 documentations, etc.
 
-| **modify** [-H *HYPERVISOR*:option=*value*[,...]]
-| [--hidden=*yes|no*] [--blacklisted=*yes|no*]
+MODIFY
+~~~~~~
+
+| **modify** [\--submit] [-H *HYPERVISOR*:option=*value*[,...]]
+| [\--hidden=*yes|no*] [\--blacklisted=*yes|no*]
 | {*OS*}
 
 This command will allow you to modify OS parameters.
@@ -62,6 +74,15 @@ list, but is available for installation. The 'blacklisted' state means
 that the OS is not listed and is also not allowed for new instance
 creations (but can be used for reinstalling old instances).
 
-Note: The given operating system doesn't have to exists. This allows
+Note: The given operating system doesn't have to exist. This allows
 preseeding the settings for operating systems not yet known to
 **gnt-os**.
+
+See **ganeti**\(7) for a description of ``--submit`` and other common
+options.
+
+.. vim: set textwidth=72 :
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. End: