File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,11 @@ func (cmd *place) Description() string {
119
119
120
120
Examples:
121
121
govc folder.place -rp $rp1Name -rp $rp2Name -rp $rp3Name -vm $vmName -type relocate -candidate-networks "netA|netB" -candidate-networks "netC"
122
- Each use of the "-candidate-networks" flag represents a different NIC.
123
- Within each value, "|" separates multiple candidate networks for that NIC.
122
+ Each use of the "-candidate-networks" flag corresponds to one NIC of the VM .
123
+ Within the value of each flag, use "|" to specify multiple candidate networks for that NIC.
124
124
For example:
125
- -candidate-networks "netA|netB" → NIC 0 can connect to netA or netB
126
- -candidate-networks "netC" → NIC 1 can connect only to netC
125
+ -candidate-networks "netA|netB" → NIC 0 can connect to either netA or netB.
126
+ -candidate-networks "netC" → NIC 1 can connect only to netC.
127
127
`
128
128
}
129
129
You can’t perform that action at this time.
0 commit comments