mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
remove bash completion for docker tag -f
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
7aafa76662
commit
59754c4bd8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue