Merge pull request #879 from albers/bash-completion

Update bash completion for compose 1.1.0-rc1
This commit is contained in:
Aanand Prasad 2015-01-27 16:34:33 -05:00
commit 22aca1a8a5
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ _docker-compose_run() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--allow-insecure-ssl -d --entrypoint -e --no-deps --rm -T" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--allow-insecure-ssl -d --entrypoint -e --no-deps --rm --service-ports -T" -- "$cur" ) )
;;
*)
__docker-compose_services_all