Skip to content

Commit

Permalink
Fix typo in help for the create subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
yedayak committed Jul 18, 2023
1 parent cd7ba17 commit 494a807
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 494a807

Please sign in to comment.