bash completion for docker history --human

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: e2491d2a7e
Component: cli
This commit is contained in:
Harald Albers
2017-06-02 00:07:35 +00:00
committed by Tibor Vass
parent 8463c7f1fe
commit 1c18e6b80e
@@ -1078,7 +1078,7 @@ _docker_help() {
_docker_history() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--help --no-trunc --quiet -q" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--help --human=false -H=false --no-trunc --quiet -q" -- "$cur" ) )
;;
*)
local counter=$(__docker_pos_first_nonflag)