From 494a807f28fc120247720649d2b6332b3c320a95 Mon Sep 17 00:00:00 2001 From: Yedaya Date: Tue, 18 Jul 2023 09:58:14 +0300 Subject: [PATCH] Fix typo in help for the create subcommand --- kustomize/commands/create/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/commands/create/create.go b/kustomize/commands/create/create.go index 60cc9f4d3c..4b42b740b4 100644 --- a/kustomize/commands/create/create.go +++ b/kustomize/commands/create/create.go @@ -61,7 +61,7 @@ func NewCmdCreate(fSys filesys.FileSystem, rf *resource.Factory) *cobra.Command &opts.namespace, "namespace", "", - "Set the value of the namespace field in the customization file.") + "Set the value of the namespace field in the kustomization file.") c.Flags().StringVar( &opts.annotations, "annotations",