瀏覽代碼

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

Signed-off-by: Harald Albers <github@albersweb.de>
Harald Albers 9 年之前
父節點
當前提交
a44e71c427
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      contrib/completion/bash/docker

+ 1 - 0
contrib/completion/bash/docker

@@ -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