From ea37acfbc4f5aea37bb23f73f4ec84f84d015a18 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Fri, 3 May 2019 16:48:55 +0100 Subject: [PATCH] Fix kubectl rename-context description grammar --- pkg/kubectl/cmd/config/rename_context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubectl/cmd/config/rename_context.go b/pkg/kubectl/cmd/config/rename_context.go index 519b12456bc..14fbf8f5a8b 100644 --- a/pkg/kubectl/cmd/config/rename_context.go +++ b/pkg/kubectl/cmd/config/rename_context.go @@ -45,7 +45,7 @@ var ( renameContextLong = templates.LongDesc(` Renames a context from the kubeconfig file. - CONTEXT_NAME is the context name that you wish change. + CONTEXT_NAME is the context name that you wish to change. NEW_NAME is the new name you wish to set.