bash completion for docker service {create,update} --registry-auth

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: a44e71c4274cd311e99722277cb674b2bc84d86e
Component: engine
This commit is contained in:
Harald Albers
2016-07-13 11:20:02 +02:00
parent 3af50e048c
commit 97f6147543

View File

@ -1731,6 +1731,7 @@ _docker_service_update() {
local boolean_options="
--help
--registry-auth
"
if [ "$subcommand" = "update" ] ; then