Fix kubectl rename-context description grammar

This commit is contained in:
Tim Bannister
2019-05-03 16:48:55 +01:00
parent 5b47a92ad8
commit ea37acfbc4

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.