Skip to content

Commit

Permalink
Merge pull request #5245 from yedayak/customization-typo
Browse files Browse the repository at this point in the history
Fix typo in help for the create subcommand
  • Loading branch information
k8s-ci-robot authored Jul 25, 2023
2 parents cd7ba17 + 494a807 commit 9ce923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kustomize/commands/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9ce923e

Please sign in to comment.