Skip to content

Commit 494a807

Browse files
committed
Fix typo in help for the create subcommand
1 parent cd7ba17 commit 494a807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kustomize/commands/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func NewCmdCreate(fSys filesys.FileSystem, rf *resource.Factory) *cobra.Command
6161
&opts.namespace,
6262
"namespace",
6363
"",
64-
"Set the value of the namespace field in the customization file.")
64+
"Set the value of the namespace field in the kustomization file.")
6565
c.Flags().StringVar(
6666
&opts.annotations,
6767
"annotations",

0 commit comments

Comments
 (0)