We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f0798 commit daf11f1Copy full SHA for daf11f1
internal/cmd/volume/backup/restore/restore.go
@@ -36,11 +36,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
36
Args: args.SingleArg(backupIdArg, utils.ValidateUUID),
37
Example: examples.Build(
38
examples.NewExample(
39
- `Restore a backup`,
40
- "$ stackit volume backup restore xxx-xxx-xxx"),
41
- examples.NewExample(
42
- `Restore a backup and wait for restore to be completed`,
43
- "$ stackit volume backup restore xxx-xxx-xxx --async=false"),
+ `Restore a backup with ID "xxx"`, "$ stackit volume backup restore xxx"),
44
),
45
RunE: func(cmd *cobra.Command, args []string) error {
46
ctx := context.Background()
0 commit comments