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.