Ver código fonte

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

Signed-off-by: Harald Albers <github@albersweb.de>
Harald Albers 9 anos atrás
pai
commit
a44e71c427
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      contrib/completion/bash/docker

+ 1 - 0
contrib/completion/bash/docker

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