mirror of https://github.com/docker/cli.git
contrib/completion: remove unused options variable
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
9f8ccfc606
commit
ea0ae30d86
|
@ -5287,7 +5287,6 @@ _docker_version() {
|
|||
|
||||
case "$cur" in
|
||||
-*)
|
||||
local options="--format -f --help"
|
||||
COMPREPLY=( $( compgen -W "--format -f --help" -- "$cur" ) )
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue