mirror of https://github.com/docker/cli.git
Merge pull request #284 from albers/completion-service--detach
Fix bash completion for `service create|update --detach|-d`
This commit is contained in:
commit
cc6867f456
|
@ -3300,7 +3300,7 @@ _docker_service_update_and_create() {
|
||||||
"
|
"
|
||||||
|
|
||||||
local boolean_options="
|
local boolean_options="
|
||||||
--detach -d
|
--detach=false -d=false
|
||||||
--help
|
--help
|
||||||
--no-healthcheck
|
--no-healthcheck
|
||||||
--read-only
|
--read-only
|
||||||
|
|
Loading…
Reference in New Issue