Merge pull request #77405 from sftim/20190503_kubectl_rename_context_typo_fix

Fix kubectl rename-context description grammar
This commit is contained in:
Kubernetes Prow Robot
2019-05-09 14:13:47 -07:00
committed by GitHub

View File

@@ -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.