Merge pull request #5245 from yedayak/customization-typo

Fix typo in help for the create subcommand
This commit is contained in:
Kubernetes Prow Robot
2023-07-25 12:47:57 -07:00
committed by GitHub

View File

@@ -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",