Skip to content
Snippets Groups Projects
Commit 7e84d392 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

- Describe -b option for "gnt-cluster init"

- Fix typo
parent 3a7c308e
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@
<cmdsynopsis>
<command>init</command>
<arg>-s <replaceable>secondary_ip</replaceable></arg>
<arg>-b <replaceable>bridge</replaceable></arg>
<arg choice="req"><replaceable>clustername</replaceable></arg>
</cmdsynopsis>
<para>
......@@ -163,6 +164,11 @@
a separate network, of course.
</para>
<para>
The <option>-b</option> option specifies the default bridge for
instances.
</para>
<cmdsynopsis>
<command>masterfailover</command>
</cmdsynopsis>
......
......@@ -103,7 +103,7 @@
<para>
The <option>-b</option> option specifies the bridge to which the
instance will be connected. (defaults to the cluster-wide default
bridge specified at cluster intialization time).
bridge specified at cluster initialization time).
</para>
<para>
......
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