mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
Merge pull request #1494 from RealKindOne/master
Add -notls and -notls_verify into help file and src/core/chat-commands.c
(cherry picked from commit e7f1268478)
This commit is contained in:
parent
db4dad3dd0
commit
7145e1ef20
2 changed files with 5 additions and 3 deletions
|
|
@ -211,8 +211,8 @@ static void cmd_server(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
|
|||
command_runsub("server", data, server, item);
|
||||
}
|
||||
|
||||
/* SYNTAX: SERVER CONNECT [-4 | -6] [-tls] [-tls_cert <cert>] [-tls_pkey <pkey>]
|
||||
[-tls_pass <password>] [-tls_verify] [-tls_cafile <cafile>]
|
||||
/* SYNTAX: SERVER CONNECT [-4 | -6] [-tls | -notls] [-tls_cert <cert>] [-tls_pkey <pkey>]
|
||||
[-tls_pass <password>] [-tls_verify | -notls_verify] [-tls_cafile <cafile>]
|
||||
[-tls_capath <capath>] [-tls_ciphers <list>]
|
||||
[-tls_pinned_cert <fingerprint>] [-tls_pinned_pubkey <fingerprint>]
|
||||
[-!] [-noautosendcmd] [-nocap]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue