Updated msys2 to msys2-base-x86_64-20200903

This commit is contained in:
Gator96100 2020-09-07 18:14:14 +02:00
commit 2307d54cb1
18501 changed files with 1684082 additions and 720361 deletions

View file

@ -12,20 +12,20 @@ _rsync()
_filedir
return
;;
-T|--temp-dir|--compare-dest|--backup-dir|--partial-dir|--copy-dest|\
--link-dest)
--temp-dir|--compare-dest|--backup-dir|--partial-dir|--copy-dest|\
--link-dest|-!(-*)T)
compopt +o nospace
_filedir -d
return
;;
-e|--rsh)
--rsh|-!(-*)e)
compopt +o nospace
COMPREPLY=( $( compgen -W 'rsh ssh' -- "$cur" ) )
COMPREPLY=( $(compgen -W 'rsh ssh' -- "$cur") )
return
;;
--compress-level)
compopt +o nospace
COMPREPLY=( $( compgen -W '{1..9}' -- "$cur" ) )
COMPREPLY=( $(compgen -W '{1..9}' -- "$cur") )
return
;;
esac
@ -36,7 +36,7 @@ _rsync()
case $cur in
-*)
COMPREPLY=( $( compgen -W '--verbose --quiet --no-motd --checksum
COMPREPLY=( $(compgen -W '--verbose --quiet --no-motd --checksum
--archive --recursive --relative --no-implied-dirs
--backup --backup-dir= --suffix= --update --inplace --append
--append-verify --dirs --old-dirs --links --copy-links
@ -61,7 +61,7 @@ _rsync()
--out-format= --log-file= --log-file-format= --password-file=
--list-only --bwlimit= --write-batch= --only-write-batch=
--read-batch= --protocol= --iconv= --ipv4 --ipv6 --version
--help --daemon --config= --no-detach' -- "$cur" ) )
--help --daemon --config= --no-detach' -- "$cur") )
[[ $COMPREPLY == *= ]] || compopt +o nospace
;;
*:*)