Skip to content

Commit 9ce923e

Browse files
authored
Merge pull request #5245 from yedayak/customization-typo
Fix typo in help for the create subcommand
2 parents cd7ba17 + 494a807 commit 9ce923e

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)