Normalize case of command and flag help

Signed-off-by: Amos Law <ahlaw.dev@gmail.com>
This commit is contained in:
Amos Law 2020-10-03 20:43:18 -04:00
parent e4fff081db
commit e10424e316
4 changed files with 18 additions and 7 deletions

View file

@ -50,9 +50,9 @@ Options:
this context
(swarm|kubernetes|all)
--description string Description of the context
--docker stringToString set the docker endpoint
--docker stringToString Set the docker endpoint
(default [])
--kubernetes stringToString set the kubernetes endpoint
--kubernetes stringToString Set the kubernetes endpoint
(default [])
--from string Create the context from an existing context
```