Fix typos

This commit is contained in:
fabianofranz
2015-02-02 14:20:43 -02:00
parent e335e2d3e2
commit de14a6ff08
3 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ func NewCmdConfigSet(out io.Writer, pathOptions *pathOptions) *cobra.Command {
Short: "Sets an individual value in a .kubeconfig file",
Long: `Sets an individual value in a .kubeconfig file
property-name is a dot delimitted name where each token represents either a attribute name or a map key. Map keys may not contain dots.
property-name is a dot delimited name where each token represents either a attribute name or a map key. Map keys may not contain dots.
property-value is the new value you wish to set.
`,