Merge pull request #1897 from mikesir87/update-context-help-for-k8s

Fix help text when for context create and kube backend
This commit is contained in:
Mathieu Champlon 2021-07-07 07:52:59 +02:00 committed by GitHub
commit 9d031553f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ func init() {
extraCommands = append(extraCommands, createKubeCommand)
extraHelp = append(extraHelp, `
Create a Kubernetes context:
$ docker context create k8s CONTEXT [flags]
(see docker context create k8s --help)
$ docker context create kubernetes CONTEXT [flags]
(see docker context create kubernetes --help)
`)
}