Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions internal/namespaces/dedibox/v1/dedibox_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -2605,8 +2605,8 @@ func dediboxIPv6BlockCreate() *core.Command {

func dediboxIPv6BlockGet() *core.Command {
return &core.Command{
Short: `Get a specific IPv6 block`,
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.`,
Namespace: "dedibox",
Resource: "ipv6-block",
Verb: "get",
Expand Down
Loading