diff --git a/Godeps/_workspace/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl/cmd/config/set.go b/Godeps/_workspace/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl/cmd/config/set.go index 83c8b128862f..dcd6d9e81fff 100644 --- a/Godeps/_workspace/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl/cmd/config/set.go +++ b/Godeps/_workspace/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl/cmd/config/set.go @@ -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. `, diff --git a/Godeps/_workspace/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl/cmd/config/unset.go b/Godeps/_workspace/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl/cmd/config/unset.go index 2ac3c28f3e5b..7f58d37d8840 100644 --- a/Godeps/_workspace/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl/cmd/config/unset.go +++ b/Godeps/_workspace/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubectl/cmd/config/unset.go @@ -41,7 +41,7 @@ func NewCmdConfigUnset(out io.Writer, pathOptions *pathOptions) *cobra.Command { Short: "Unsets an individual value in a .kubeconfig file", Long: `Unsets 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. `, Run: func(cmd *cobra.Command, args []string) { if !options.complete(cmd) {