Skip to content

Commit 1e904ab

Browse files
feat(dedibox): provide ListIPv6Blocks endpoint (scaleway#5059)
Co-authored-by: Jonathan Remy <[email protected]>
1 parent 9db67d1 commit 1e904ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/namespaces/dedibox/v1/dedibox_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2605,8 +2605,8 @@ func dediboxIPv6BlockCreate() *core.Command {
26052605

26062606
func dediboxIPv6BlockGet() *core.Command {
26072607
return &core.Command{
2608-
Short: `Get a specific IPv6 block`,
2609-
Long: `Get the IPv6 block associated with the given ID.`,
2608+
Short: `Get first IPv6 block`,
2609+
Long: `Get the first IPv6 block associated with the given project ID.`,
26102610
Namespace: "dedibox",
26112611
Resource: "ipv6-block",
26122612
Verb: "get",

0 commit comments

Comments
 (0)