瀏覽代碼

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

Signed-off-by: Harald Albers <github@albersweb.de>
Harald Albers 9 年之前
父節點
當前提交
17eb18899e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/completion/bash/docker

+ 1 - 1
contrib/completion/bash/docker

@@ -774,7 +774,7 @@ _docker_daemon() {
 			return
 			return
 			;;
 			;;
 		--cluster-store-opt)
 		--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
 			__docker_nospace
 			return
 			return
 			;;
 			;;