Skip to content
Snippets Groups Projects
Commit 555918b3 authored by Guido Trotter's avatar Guido Trotter
Browse files

Update gnt-cluster(8) for be/hyp parameter syntax

Now it displays:

--hypervisor-parameters hypervisor:hv-param=value [ ,hv-param=value ... ]
--backend-parameters be-param=value [ ,be-param=value ... ]

Sorry for the super-long lines :( Is there a better way to insert spaces
without pushing them to the resulting man page?

Reviewed-by: iustinp
parent ac4d25b6
No related branches found
No related tags found
No related merge requests found
......@@ -229,9 +229,9 @@
<sbr>
<arg>-t <replaceable>hypervisor name</replaceable></arg>
<sbr>
<arg>--hypervisor-parameters <replaceable>hv-params</replaceable></arg>
<arg>--hypervisor-parameters <replaceable>hypervisor</replaceable>:<replaceable>hv-param</replaceable>=<replaceable>value</replaceable><arg rep="repeat" choice="opt">,<replaceable>hv-param</replaceable>=<replaceable>value</replaceable></arg></arg>
<sbr>
<arg>--backend-parameters <replaceable>be-params</replaceable></arg>
<arg>--backend-parameters <replaceable>be-param</replaceable>=<replaceable>value</replaceable><arg rep="repeat" choice="opt">,<replaceable>be-param</replaceable>=<replaceable>value</replaceable></arg></arg>
<sbr>
<arg choice="req"><replaceable>clustername</replaceable></arg>
</cmdsynopsis>
......@@ -462,11 +462,9 @@
<arg choice="opt">--enabled-hypervisors
<replaceable>hypervisors</replaceable></arg>
<sbr>
<arg choice="opt">--hypervisor-parameters
<replaceable>hv-params</replaceable></arg>
<arg choice="opt">--hypervisor-parameters <replaceable>hypervisor</replaceable>:<replaceable>hv-param</replaceable>=<replaceable>value</replaceable><arg rep="repeat" choice="opt">,<replaceable>hv-param</replaceable>=<replaceable>value</replaceable></arg></arg>
<sbr>
<arg choice="opt">--backend-parameters
<replaceable>be-params</replaceable></arg>
<arg choice="opt">--backend-parameters <replaceable>be-param</replaceable>=<replaceable>value</replaceable><arg rep="repeat" choice="opt">,<replaceable>be-param</replaceable>=<replaceable>value</replaceable></arg></arg>
<sbr>
<arg>-C <replaceable>candidate_pool_size</replaceable></arg>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment