mirror of https://github.com/docker/docs.git
bash completion for `docker service {create,update} --registry-auth`
Signed-off-by: Harald Albers <github@albersweb.de> (cherry picked from commit a44e71c4274cd311e99722277cb674b2bc84d86e) Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
ccffaddb55
commit
fc4c8d927a
|
|
@ -1731,6 +1731,7 @@ _docker_service_update() {
|
||||||
|
|
||||||
local boolean_options="
|
local boolean_options="
|
||||||
--help
|
--help
|
||||||
|
--registry-auth
|
||||||
"
|
"
|
||||||
|
|
||||||
if [ "$subcommand" = "update" ] ; then
|
if [ "$subcommand" = "update" ] ; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue