bash completion for --cluster-store-opt kv.path discovery.{heartbeat,ttl}

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: d75f2e95a0
Component: cli
This commit is contained in:
Harald Albers
2016-01-24 07:11:27 -08:00
committed by Tibor Vass
parent b26213077f
commit ceb1b79744

View File

@ -774,7 +774,7 @@ _docker_daemon() {
return
;;
--cluster-store-opt)
COMPREPLY=( $( compgen -W "kv.cacertfile kv.certfile kv.keyfile" -S = -- "$cur" ) )
COMPREPLY=( $( compgen -W "discovery.heartbeat discovery.ttl kv.cacertfile kv.certfile kv.keyfile kv.path" -S = -- "$cur" ) )
__docker_nospace
return
;;