Skip to content

Commit c948cc8

Browse files
authored
Merge pull request kubernetes#77405 from sftim/20190503_kubectl_rename_context_typo_fix
Fix kubectl rename-context description grammar
2 parents b7dc012 + ea37acf commit c948cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubectl/cmd/config/rename_context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var (
4545
renameContextLong = templates.LongDesc(`
4646
Renames a context from the kubeconfig file.
4747
48-
CONTEXT_NAME is the context name that you wish change.
48+
CONTEXT_NAME is the context name that you wish to change.
4949
5050
NEW_NAME is the new name you wish to set.
5151

0 commit comments

Comments
 (0)