From b8c2ed20d148f9c852c73755547765e4d870dcbb Mon Sep 17 00:00:00 2001 From: zoncoen Date: Tue, 20 Nov 2018 17:09:40 +0900 Subject: [PATCH] fix the command usage --- pkg/commands/edit/set/set_name_suffix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/commands/edit/set/set_name_suffix.go b/pkg/commands/edit/set/set_name_suffix.go index c4b310d6c..25ecafe35 100644 --- a/pkg/commands/edit/set/set_name_suffix.go +++ b/pkg/commands/edit/set/set_name_suffix.go @@ -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. `,