From 7e2b63ea5dda2d0ecbc4039c28efdbec4923e047 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Thu, 7 Apr 2022 08:29:57 -0400 Subject: [PATCH] add detail to delete docs Signed-off-by: Kingdon Barrett --- cmd/flux/delete_kustomization.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/flux/delete_kustomization.go b/cmd/flux/delete_kustomization.go index e3366f2f..257d7362 100644 --- a/cmd/flux/delete_kustomization.go +++ b/cmd/flux/delete_kustomization.go @@ -27,7 +27,7 @@ var deleteKsCmd = &cobra.Command{ Aliases: []string{"ks"}, Short: "Delete a Kustomization resource", Long: "The delete kustomization command deletes the given Kustomization from the cluster.", - Example: ` # Delete a kustomization and the Kubernetes resources created by it + Example: ` # Delete a kustomization and the Kubernetes resources created by it when prune is enabled flux delete kustomization podinfo`, ValidArgsFunction: resourceNamesCompletionFunc(kustomizev1.GroupVersion.WithKind(kustomizev1.KustomizationKind)), RunE: deleteCommand{