We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db67d1 commit 1e904abCopy full SHA for 1e904ab
internal/namespaces/dedibox/v1/dedibox_cli.go
@@ -2605,8 +2605,8 @@ func dediboxIPv6BlockCreate() *core.Command {
2605
2606
func dediboxIPv6BlockGet() *core.Command {
2607
return &core.Command{
2608
- Short: `Get a specific IPv6 block`,
2609
- Long: `Get the IPv6 block associated with the given ID.`,
+ Short: `Get first IPv6 block`,
+ Long: `Get the first IPv6 block associated with the given project ID.`,
2610
Namespace: "dedibox",
2611
Resource: "ipv6-block",
2612
Verb: "get",
0 commit comments