Skip to content

Commit

Permalink
Merge pull request #19636 from albers/completion-daemon--cluster-stor…
Browse files Browse the repository at this point in the history
…e-opt

bash completion for new `--cluster-store-opt` values
  • Loading branch information
runcom committed Jan 24, 2016
2 parents 460f491 + 17eb188 commit 0764706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/bash/docker
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 0764706

Please sign in to comment.