contrib/completion: remove unused options variable

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-02-23 18:10:47 +01:00
parent 9f8ccfc606
commit ea0ae30d86
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 0 additions and 1 deletions

View File

@ -5287,7 +5287,6 @@ _docker_version() {
case "$cur" in case "$cur" in
-*) -*)
local options="--format -f --help"
COMPREPLY=( $( compgen -W "--format -f --help" -- "$cur" ) ) COMPREPLY=( $( compgen -W "--format -f --help" -- "$cur" ) )
;; ;;
esac esac