mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 22:23:15 +00:00
Merge pull request #270 from nrb/fix-232
Clarify backup and restore creation messages
This commit is contained in:
@@ -144,6 +144,7 @@ func (o *CreateOptions) Run(c *cobra.Command, f client.Factory) error {
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Printf("Restore %q created successfully.\n", restore.Name)
|
||||
fmt.Printf("Restore request %q submitted successfully.\n", restore.Name)
|
||||
fmt.Printf("Run `ark restore describe %s` for more details.\n", restore.Name)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user