Fix help text when for context create and kube backend

Signed-off-by: Michael Irwin <mikesir87@gmail.com>
This commit is contained in:
Michael Irwin 2021-07-06 15:46:00 -04:00
parent 1da8be257b
commit 08c2c44beb
No known key found for this signature in database
GPG Key ID: 8C42FBB0E482C8CF
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)
`)
}