From ff45be6fdd4bec8913ceb75ae4300b9964723afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20D=C3=ADaz?= Date: Wed, 13 Sep 2023 10:46:28 -0300 Subject: [PATCH] Typo: remove double space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Agustín Díaz --- pkg/cmd/cli/install/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/cli/install/install.go b/pkg/cmd/cli/install/install.go index 68bb89ea29..25b7d09992 100644 --- a/pkg/cmd/cli/install/install.go +++ b/pkg/cmd/cli/install/install.go @@ -235,7 +235,7 @@ The '--namespace' flag can be used to specify a different namespace to install i Use '--wait' to wait for the Velero Deployment to be ready before proceeding. -Use '-o yaml' or '-o json' with '--dry-run' to output all generated resources as text instead of sending the resources to the server. +Use '-o yaml' or '-o json' with '--dry-run' to output all generated resources as text instead of sending the resources to the server. This is useful as a starting point for more customized installations. `, Example: ` # velero install --provider gcp --plugins velero/velero-plugin-for-gcp:v1.0.0 --bucket mybucket --secret-file ./gcp-service-account.json