Remove shorthand -k option from docker version

The `-k` shorthand was alreaady removed from other
commands, so best to be consistent.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2018-06-21 23:33:55 -07:00
parent 0f07b9ffc7
commit f0a8598b8d
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Show the Docker version information
Options:
-f, --format string Format the output using the given Go template
--help Print usage
-k, --kubeconfig string Kubernetes config file
--kubeconfig string Kubernetes config file
```
## Description