Skip to content

Commit 101122b

Browse files
committed
update backup examples
1 parent daf11f1 commit 101122b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/cmd/volume/backup/update/update.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
4141
Args: args.SingleArg(backupIdArg, utils.ValidateUUID),
4242
Example: examples.Build(
4343
examples.NewExample(
44-
`Update a backup name`,
45-
"$ stackit volume backup update xxx-xxx-xxx --name new-name"),
44+
`Update the name of a backup with ID "xxx"`,
45+
"$ stackit volume backup update xxx --name new-name"),
4646
examples.NewExample(
47-
`Update backup labels`,
48-
"$ stackit volume backup update xxx-xxx-xxx --labels key1=value1,key2=value2"),
47+
`Update the labels of a backup with ID "xxx"`,
48+
"$ stackit volume backup update xxx --labels key1=value1,key2=value2"),
4949
),
5050
RunE: func(cmd *cobra.Command, args []string) error {
5151
ctx := context.Background()

0 commit comments

Comments
 (0)