remove bash completion for `docker tag -f`

Signed-off-by: Harald Albers <github@albersweb.de>
master
Harald Albers 2016-01-24 10:07:04 -08:00 committed by Tibor Vass
parent 58013afb39
commit b50ca03b9a
1 changed files with 1 additions and 1 deletions

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)