Improve velero download doc (#2660)

* Improve velero download doc

Signed-off-by: Carlisia <carlisia@vmware.com>

* Add changelog

Signed-off-by: Carlisia <carlisia@vmware.com>

* Better message

Signed-off-by: Carlisia <carlisia@vmware.com>
This commit is contained in:
Carlisia Campos
2020-06-23 11:12:01 -07:00
committed by GitHub
parent fcf0f3e5c2
commit 0b8e2cbbe5
2 changed files with 3 additions and 1 deletions

View File

@@ -43,7 +43,8 @@ func NewDownloadCommand(f client.Factory) *cobra.Command {
c := &cobra.Command{
Use: "download NAME",
Short: "Download a backup",
Short: "Download all Kubernetes manifests for a backup",
Long: "Download all Kubernetes manifests for a backup. Contents of persistent volume snapshots are not included.",
Args: cobra.ExactArgs(1),
Run: func(c *cobra.Command, args []string) {
cmd.CheckError(o.Complete(args))