Skip to content

Commit 096147c

Browse files
authored
fix: account permissions and kubernetes modify examples (#359)
1 parent 40d5a5d commit 096147c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/commands/account/permissions/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
// ListCommand creates the 'permissions list' command
2020
func ListCommand() commands.Command {
2121
return &listCommand{
22-
BaseCommand: commands.New("list", "List permissions", "upctl account show"),
22+
BaseCommand: commands.New("list", "List permissions", "upctl account permissions list"),
2323
}
2424
}
2525

internal/commands/kubernetes/modify.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func ModifyCommand() commands.Command {
2121
BaseCommand: commands.New(
2222
"modify",
2323
"Modify an existing cluster",
24-
"upctl cluster modify 00bb4617-c592-4b32-b869-35a60b323b18 --plan 1xCPU-1GB",
24+
"upctl kubernetes modify 00bb4617-c592-4b32-b869-35a60b323b18 --plan 1xCPU-1GB",
2525
),
2626
}
2727
}

0 commit comments

Comments
 (0)