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

Fix bash completion for `service create|update --detach|-d`
Upstream-commit: cc6867f456
Component: cli
This commit is contained in:
Vincent Demeester
2017-07-20 09:47:59 +02:00
committed by GitHub

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