mirror of
https://github.com/docker/cli.git
synced 2026-09-25 17:02:07 -04:00
Fix bash completion for --log-opt mode
Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: af095f572e
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
a725b24df3
commit
2d75a5d4da
@@ -790,7 +790,7 @@ __docker_complete_log_driver_options() {
|
||||
return
|
||||
;;
|
||||
mode)
|
||||
COMPREPLY=( $( compgen -W "blocking nonblocking" -- "${cur##*=}" ) )
|
||||
COMPREPLY=( $( compgen -W "blocking non-blocking" -- "${cur##*=}" ) )
|
||||
return
|
||||
;;
|
||||
syslog-address)
|
||||
|
||||
Reference in New Issue
Block a user