diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index ac8d71d3ac..5fd8afccb0 100644 --- a/providers/vsphere/config/config.go +++ b/providers/vsphere/config/config.go @@ -16,9 +16,11 @@ var Config = plugin.Provider{ Connectors: []plugin.Connector{ { Name: "vsphere", - Use: "vsphere", + Use: "vsphere user@host", Short: "VMware vSphere", Discovery: []string{}, + MinArgs: 1, + MaxArgs: 1, Flags: []plugin.Flag{ { Long: "ask-pass",