Removed format flag for inspect

Signed-off-by: Christopher Svensson <stoffus@stoffus.com>
(cherry picked from commit b04241d95a)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Christopher Svensson 2021-01-04 11:59:13 +01:00 committed by Sebastiaan van Stijn
parent 03cd1dc50a
commit 0dcfdde336
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
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)