Skip to content

Commit

Permalink
Merge pull request #382 from albers/completion-service-scale--detach
Browse files Browse the repository at this point in the history
Add bash completion for `service scale --detach`
  • Loading branch information
thaJeztah committed Aug 1, 2017
2 parents dabfec6 + 29d0f86 commit a74e213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/bash/docker
Expand Up @@ -3199,7 +3199,7 @@ _docker_service_rm() {
_docker_service_scale() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--help" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--detach=false -d=false --help" -- "$cur" ) )
;;
*)
__docker_complete_services
Expand Down

0 comments on commit a74e213

Please sign in to comment.