remove bash completion for docker tag -f

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: b50ca03b9a
Component: cli
This commit is contained in:
Harald Albers
2016-01-24 10:07:04 -08:00
committed by Tibor Vass
parent c8e83c8fba
commit e90086e143

View File

@ -1850,7 +1850,7 @@ _docker_stop() {
_docker_tag() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--force -f --help" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--help" -- "$cur" ) )
;;
*)
local counter=$(__docker_pos_first_nonflag)