Skip to content

Commit f6a0250

Browse files
committed
Fix reconcile helmrelease command description
Signed-off-by: Matheus Pimenta <[email protected]>
1 parent 31d160b commit f6a0250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/flux/reconcile_helmrelease.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var reconcileHrCmd = &cobra.Command{
3232
Aliases: []string{"hr"},
3333
Short: "Reconcile a HelmRelease resource",
3434
Long: `
35-
The reconcile kustomization command triggers a reconciliation of a HelmRelease resource and waits for it to finish.`,
35+
The reconcile helmrelease command triggers a reconciliation of a HelmRelease resource and waits for it to finish.`,
3636
Example: ` # Trigger a HelmRelease apply outside of the reconciliation interval
3737
flux reconcile hr podinfo
3838

0 commit comments

Comments
 (0)