mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Fix bash completion for docker service update
Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 1a5f49057c
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
c1334d9a27
commit
602e1bb569
@@ -2769,7 +2769,6 @@ _docker_service_update() {
|
||||
--mount
|
||||
--network
|
||||
--no-healthcheck
|
||||
--publish -p
|
||||
--replicas
|
||||
--reserve-cpu
|
||||
--reserve-memory
|
||||
@@ -2807,7 +2806,7 @@ _docker_service_update() {
|
||||
--host
|
||||
--mode
|
||||
--name
|
||||
--publish
|
||||
--publish -p
|
||||
--secret
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user