mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 18:59:20 +00:00
Update bash_completion
This commit is contained in:
@@ -56,7 +56,7 @@ _aria2c()
|
||||
return 0
|
||||
;;
|
||||
--min-tls-version)
|
||||
COMPREPLY=( $( compgen -W 'SSLv3 TLSv1 TLSv1.1 TLSv1.2' -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W 'TLSv1.1 TLSv1.2 TLSv1.3' -- "$cur" ) )
|
||||
return 0
|
||||
;;
|
||||
--console-log-level)
|
||||
|
||||
Reference in New Issue
Block a user