bash completion for docker load --quiet

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers
2017-06-02 00:07:33 +00:00
committed by Tibor Vass
parent 4c125babf2
commit beac16919a
+1 -1
View File
@@ -1211,7 +1211,7 @@ _docker_load() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--help --input -i" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--help --input -i --quiet -q" -- "$cur" ) )
;;
esac
}