From 5b3d59c2354e938800372dd507b205763a226290 Mon Sep 17 00:00:00 2001 From: xilabao Date: Thu, 19 Jan 2017 18:53:43 -0600 Subject: [PATCH] update short help message in set resource --- pkg/kubectl/cmd/set/set_resources.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubectl/cmd/set/set_resources.go b/pkg/kubectl/cmd/set/set_resources.go index 2920dc70a56..85e595009b0 100644 --- a/pkg/kubectl/cmd/set/set_resources.go +++ b/pkg/kubectl/cmd/set/set_resources.go @@ -98,7 +98,7 @@ func NewCmdResources(f cmdutil.Factory, out io.Writer, errOut io.Writer) *cobra. cmd := &cobra.Command{ Use: "resources (-f FILENAME | TYPE NAME) ([--limits=LIMITS & --requests=REQUESTS]", - Short: "update resource requests/limits on objects with pod templates", + Short: "Update resource requests/limits on objects with pod templates", Long: fmt.Sprintf(resources_long, strings.Join(resourceTypesWithPodTemplate, ", ")), Example: resources_example, Run: func(cmd *cobra.Command, args []string) {