Skip to content

Commit

Permalink
fix the command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
zoncoen committed Nov 20, 2018
1 parent 3488b54 commit b8c2ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/edit/set/set_name_suffix.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
`,
Expand Down

0 comments on commit b8c2ed2

Please sign in to comment.