Removed format flag for inspect

Signed-off-by: Christopher Svensson <stoffus@stoffus.com>
This commit is contained in:
Christopher Svensson 2021-01-04 11:59:13 +01:00
parent 584c08e1fe
commit b04241d95a
No known key found for this signature in database
GPG Key ID: 583FC3BDCBE78A83
1 changed files with 0 additions and 1 deletions

View File

@ -2597,7 +2597,6 @@ __docker_context_subcommand() {
(inspect)
_arguments $(__docker_arguments) \
$opts_help \
"($help -f --format)"{-f=,--format=}"[Format the output using the given Go template]:template: " \
"($help -)1:context:__docker_complete_contexts" && ret=0
;;
(rm)