Skip to content

Commit 6248951

Browse files
author
Pradeep Ramachandra
committed
Updated folder.place usage
Signed-off-by: Pradeep Ramachandra <[email protected]>
1 parent e61ad35 commit 6248951

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cli/folder/place.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ func (cmd *place) Description() string {
119119
120120
Examples:
121121
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.
124124
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.
127127
`
128128
}
129129

0 commit comments

Comments
 (0)