Remove bash completion for `docker node ps --all|-a`

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2016-12-18 06:31:25 -08:00 коммит произвёл Tibor Vass
Родитель c8f99f00d2
Коммит 8e57564708
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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