mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-19 12:59:48 -07:00
Updated msys2 to msys2-base-x86_64-20200903
This commit is contained in:
parent
5bc8dbdc75
commit
2307d54cb1
18501 changed files with 1684082 additions and 720361 deletions
|
|
@ -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
|
||||
;;
|
||||
*:*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue