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
commit c948cc8088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.