Fix bash completion for docker service update
Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit 01ac33ce16
)
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
b4fd48ce32
commit
0be8ebd2a1
1 changed files with 1 additions and 2 deletions
|
@ -2734,7 +2734,6 @@ _docker_service_update() {
|
|||
--mount
|
||||
--network
|
||||
--no-healthcheck
|
||||
--publish -p
|
||||
--replicas
|
||||
--reserve-cpu
|
||||
--reserve-memory
|
||||
|
@ -2772,7 +2771,7 @@ _docker_service_update() {
|
|||
--host
|
||||
--mode
|
||||
--name
|
||||
--publish
|
||||
--publish -p
|
||||
--secret
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in a new issue