Fix flag name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-03-02 17:03:17 +01:00
parent ae0b6a76bf
commit aa2224db43
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ var Commands struct {
Name string `short:"n" long:"name" description:"Name of virtual machine" required:"true"`
Datacenter string `long:"datacenter" description:"Name of datacenter" required:"true"`
Network string `long:"portgroup" description:"Name of network portgroup" required:"true"`
DisableOvfTransport bool `long:"ovftransport" description:"Disable the OVF transport 'VMware Tools'"`
DisableOvfTransport bool `long:"disableovftransport" description:"Disable the OVF transport 'VMware Tools'"`
} // `command:"virtualmachine" alias:"vm" description:"Configure a virtual machine for usage of Network Protocol Profiles"`
GuestOS struct {
} // `command:"guestos" alias:"os" description:"Configure guest OS network with allocated IP address"`