File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3601,7 +3601,7 @@ _docker_service_ls() {
36013601 return
36023602 ;;
36033603 mode)
3604- COMPREPLY=( $( compgen -W " global replicated" -- " ${cur##* =} " ) )
3604+ COMPREPLY=( $( compgen -W " global global-job replicated replicated-job " -- " ${cur##* =} " ) )
36053605 return
36063606 ;;
36073607 name)
@@ -3731,6 +3731,7 @@ _docker_service_update_and_create() {
37313731 --limit-pids
37323732 --log-driver
37333733 --log-opt
3734+ --max-replicas
37343735 --replicas
37353736 --replicas-max-per-node
37363737 --reserve-cpu
@@ -3804,7 +3805,7 @@ _docker_service_update_and_create() {
38043805 return
38053806 ;;
38063807 --mode)
3807- COMPREPLY=( $( compgen -W " global replicated" -- " $cur " ) )
3808+ COMPREPLY=( $( compgen -W " global global-job replicated replicated-job " -- " $cur " ) )
38083809 return
38093810 ;;
38103811 esac
You can’t perform that action at this time.
0 commit comments