mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +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.",
|
||||
Example: `
|
||||
The command
|
||||
set namesuffix -acme
|
||||
set namesuffix -- -acme
|
||||
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.
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user