Remove bash completion for docker node ps --all|-a
Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit a54cc4f88d
)
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
2c53989b4b
commit
c25a4762ef
1 changed files with 1 additions and 1 deletions
|
@ -3139,7 +3139,7 @@ _docker_node_ps() {
|
|||
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--all -a --filter -f --help --no-resolve --no-trunc" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--filter -f --help --no-resolve --no-trunc" -- "$cur" ) )
|
||||
;;
|
||||
*)
|
||||
__docker_complete_nodes_plus_self
|
||||
|
|
Loading…
Reference in a new issue