mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bash completion for docker service {create,update} --registry-auth
Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit a44e71c427
)
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
ccffaddb55
commit
fc4c8d927a
1 changed files with 1 additions and 0 deletions
|
@ -1731,6 +1731,7 @@ _docker_service_update() {
|
|||
|
||||
local boolean_options="
|
||||
--help
|
||||
--registry-auth
|
||||
"
|
||||
|
||||
if [ "$subcommand" = "update" ] ; then
|
||||
|
|
Loading…
Reference in a new issue