diff --git a/commands/reserved_ipv6s.go b/commands/reserved_ipv6s.go index 1bf620d5d..3be57212c 100644 --- a/commands/reserved_ipv6s.go +++ b/commands/reserved_ipv6s.go @@ -34,7 +34,6 @@ func ReservedIPv6() *Command { Long: `The sub-commands of ` + "`" + `doctl compute reserved-ipv6` + "`" + ` manage reserved IPv6 addresses. Reserved IPv6s are publicly-accessible static IPv6 addresses that you can assign to one of your Droplets. They can be used to create highly available setups or other configurations requiring movable addresses. Reserved IPv6s are bound to the regions they are created in.`, Aliases: []string{"reserved-ipv6s"}, - Hidden: true, }, }