mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
fix the command usage
This commit is contained in:
@@ -37,7 +37,7 @@ func newCmdSetNameSuffix(fsys fs.FileSystem) *cobra.Command {
|
|||||||
Short: "Sets the value of the nameSuffix field in the kustomization file.",
|
Short: "Sets the value of the nameSuffix field in the kustomization file.",
|
||||||
Example: `
|
Example: `
|
||||||
The command
|
The command
|
||||||
set namesuffix -acme
|
set namesuffix -- -acme
|
||||||
will add the field "nameSuffix: -acme" to the kustomization file if it doesn't exist,
|
will add the field "nameSuffix: -acme" to the kustomization file if it doesn't exist,
|
||||||
and overwrite the value with "-acme" if the field does exist.
|
and overwrite the value with "-acme" if the field does exist.
|
||||||
`,
|
`,
|
||||||
|
|||||||
Reference in New Issue
Block a user