]> xenbits.xensource.com Git - libvirt.git/commitdiff
net-update docs: s/domain/network/
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 1 Nov 2012 14:51:28 +0000 (15:51 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 1 Nov 2012 15:55:56 +0000 (16:55 +0100)
A leftover from copy paste.

tools/virsh-network.c
tools/virsh.pod

index 6005e5bfb528a390e0a9ff697d199abcc2c29d1c..fd9d563ffcb483b3eaf21324c7b18092524beae0 100644 (file)
@@ -755,9 +755,9 @@ static const vshCmdOptDef opts_network_update[] = {
      N_("name of file containing xml (or, if it starts with '<', the complete "
         "xml element itself) to add/modify, or to be matched for search")},
     {"parent-index", VSH_OT_INT, 0, N_("which parent object to search through")},
-    {"config", VSH_OT_BOOL, 0, N_("affect next boot")},
-    {"live", VSH_OT_BOOL, 0, N_("affect running domain")},
-    {"current", VSH_OT_BOOL, 0, N_("affect current domain")},
+    {"config", VSH_OT_BOOL, 0, N_("affect next network startup")},
+    {"live", VSH_OT_BOOL, 0, N_("affect running network")},
+    {"current", VSH_OT_BOOL, 0, N_("affect current state of network")},
     {NULL, 0, 0, NULL}
 };
 
index 07d6a67f8c3d91e195a643d92a1929c6d8be1f85..38e787a4a884eebd36df1ddb347aed3cc2761f8d 100644 (file)
@@ -2062,9 +2062,9 @@ the network; if a parent-index isn't provided, the "most appropriate"
 <dhcp> element), but if I<--parent-index> is given, that particular
 instance of <ip> will get the modification.
 
-If I<--live> is specified, affect a running guest.
-If I<--config> is specified, affect the next boot of a persistent guest.
-If I<--current> is specified, affect the current guest state.
+If I<--live> is specified, affect a running network.
+If I<--config> is specified, affect the next startup of a persistent network.
+If I<--current> is specified, affect the current network state.
 Both I<--live> and I<--config> flags may be given, but I<--current> is
 exclusive. Not specifying any flag is the same as specifying I<--current>.