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

gnt-{instance,backup}(8) --nic is actually --net


Fix a typo in the man pages that used the wrong option name.

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent c738375b
No related merge requests found
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
<para> <para>
The NICs of the instances can be specified via the The NICs of the instances can be specified via the
<option>--nic</option> option. By default, one NIC is created <option>--net</option> option. By default, one NIC is created
for the instance, with the MAC set to the original MAC of the for the instance, with the MAC set to the original MAC of the
instance (as it was at export time). Each NIC can take up to instance (as it was at export time). Each NIC can take up to
three parameters (all optional): three parameters (all optional):
......
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
<para> <para>
The NICs of the instances can be specified via the The NICs of the instances can be specified via the
<option>--nic</option> option. By default, one NIC is <option>--net</option> option. By default, one NIC is
created for the instance, with a random MAC, and connected created for the instance, with a random MAC, and connected
to the default bridge. Each NIC can take up to three to the default bridge. Each NIC can take up to three
parameters (all optional): parameters (all optional):
...@@ -1200,12 +1200,12 @@ instance5: 11225 ...@@ -1200,12 +1200,12 @@ instance5: 11225
</para> </para>
<para> <para>
The <option>--nic The <option>--net
add:<replaceable>options</replaceable></option> option will add:<replaceable>options</replaceable></option> option will
add a new NIC to the instance. The available options are the add a new NIC to the instance. The available options are the
same as in the <command>add</command> command (mac, ip, same as in the <command>add</command> command (mac, ip,
bridge). The <option>--nice remove</option> will remove the bridge). The <option>--net remove</option> will remove the
last NIC of the instance, while the <option>--nic last NIC of the instance, while the <option>--net
<replaceable>N</replaceable>:<replaceable>options</replaceable></option> <replaceable>N</replaceable>:<replaceable>options</replaceable></option>
option will change the parameters of the Nth instance NIC. option will change the parameters of the Nth instance NIC.
</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