Skip to content

Commit

Permalink
Update bash_completion
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Oct 6, 2019
1 parent c0a6622 commit a93fc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/bash_completion/aria2c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a93fc6a

Please sign in to comment.