File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
internal/cmd/volume/backup/update Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments