Skip to content

Commit

Permalink
openssl: update -starttls completions (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakseb committed Apr 19, 2020
1 parent bfd65f3 commit 28df326
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion completions/openssl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ _openssl()
return
;;
-starttls)
COMPREPLY=( $(compgen -W 'smtp pop3 imap ftp' -- "$cur") )
COMPREPLY=( $(compgen -W '
smtp pop3 imap ftp xmpp xmpp-server telnet irc mysql
postgres lmtp nntp sieve ldap
' -- "$cur") )
return
;;
-cipher)
Expand Down

0 comments on commit 28df326

Please sign in to comment.