remove bash completion for docker tag -f

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 59754c4bd8903d29131e59384067a18dc5b91876
Component: engine
This commit is contained in:
Harald Albers
2016-01-24 10:07:04 -08:00
parent 881cc64be6
commit bbd9d34853

View File

@ -1852,7 +1852,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)