From f6a02507128c72ec6c24dc67c65470349c9ef027 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Thu, 8 Aug 2024 00:30:32 +0100 Subject: [PATCH] Fix reconcile helmrelease command description Signed-off-by: Matheus Pimenta --- cmd/flux/reconcile_helmrelease.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/flux/reconcile_helmrelease.go b/cmd/flux/reconcile_helmrelease.go index 134cfa472f..01bdfba8ef 100644 --- a/cmd/flux/reconcile_helmrelease.go +++ b/cmd/flux/reconcile_helmrelease.go @@ -32,7 +32,7 @@ var reconcileHrCmd = &cobra.Command{ Aliases: []string{"hr"}, Short: "Reconcile a HelmRelease resource", Long: ` -The reconcile kustomization command triggers a reconciliation of a HelmRelease resource and waits for it to finish.`, +The reconcile helmrelease command triggers a reconciliation of a HelmRelease resource and waits for it to finish.`, Example: ` # Trigger a HelmRelease apply outside of the reconciliation interval flux reconcile hr podinfo