mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Fix typo in help for the create subcommand
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user