Skip to content

Commit 3418773

Browse files
authored
Show available Floating IP types in usage (#86)
1 parent 56fa3db commit 3418773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

floatingip_create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func newFloatingIPCreateCommand(cli *CLI) *cobra.Command {
1818
PreRunE: chainRunE(validateFloatingIPCreate, cli.ensureActiveContext),
1919
RunE: cli.wrap(runFloatingIPCreate),
2020
}
21-
cmd.Flags().String("type", "", "Type")
21+
cmd.Flags().String("type", "", "Type (ipv4 or ipv6)")
2222
cmd.Flag("type").Annotations = map[string][]string{
2323
cobra.BashCompCustom: {"__hcloud_floatingip_types"},
2424
}

0 commit comments

Comments
 (0)