Fix typo in help for the create subcommand

This commit is contained in:
Yedaya
2023-07-18 09:58:14 +03:00
parent cd7ba1744e
commit 494a807f28

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