We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fa3db commit 3418773Copy full SHA for 3418773
1 file changed
floatingip_create.go
@@ -18,7 +18,7 @@ func newFloatingIPCreateCommand(cli *CLI) *cobra.Command {
18
PreRunE: chainRunE(validateFloatingIPCreate, cli.ensureActiveContext),
19
RunE: cli.wrap(runFloatingIPCreate),
20
}
21
- cmd.Flags().String("type", "", "Type")
+ cmd.Flags().String("type", "", "Type (ipv4 or ipv6)")
22
cmd.Flag("type").Annotations = map[string][]string{
23
cobra.BashCompCustom: {"__hcloud_floatingip_types"},
24
0 commit comments