Merge pull request #284 from albers/completion-service--detach

Fix bash completion for `service create|update --detach|-d`
This commit is contained in:
Vincent Demeester 2017-07-20 09:47:59 +02:00 committed by GitHub
commit cc6867f456
1 changed files with 1 additions and 1 deletions

View File

@ -3300,7 +3300,7 @@ _docker_service_update_and_create() {
"
local boolean_options="
--detach -d
--detach=false -d=false
--help
--no-healthcheck
--read-only