Merge pull request #270 from nrb/fix-232

Clarify backup and restore creation messages
This commit is contained in:
Andy Goldstein
2018-01-11 12:22:11 -05:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -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
}