Updated msys2

This commit is contained in:
gator96100 2019-08-16 02:06:21 +02:00
commit f0dc1ea8b0
13308 changed files with 689276 additions and 46605 deletions

View file

@ -10,6 +10,10 @@ _script_module()
COMPREPLY=( $(compgen -c -- $cur) )
return 0
;;
'-o'|'--output-limit')
COMPREPLY=( $(compgen -W "size" -- $cur) )
return 0
;;
'-h'|'--help'|'-V'|'--version')
return 0
;;
@ -25,6 +29,7 @@ _script_module()
--flush
--force
--quiet
--output-limit
--timing=
--version
--help"