diff options
author | Wouter Coekaerts <coekie@irssi.org> | 2004-10-17 19:23:10 +0000 |
---|---|---|
committer | coekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-10-17 19:23:10 +0000 |
commit | 9204602326d257a88c7bb5aae52a2c0dee841b08 (patch) | |
tree | d9bffab4ff4ac72d2db9bcf1dda90c40d67c87d0 /docs | |
parent | 569b9efc7e605b3435a5483eb1f17fd6e0307da3 (diff) | |
download | irssi-9204602326d257a88c7bb5aae52a2c0dee841b08.zip |
Fix /help server: -noauto is the default
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3322 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/server.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/help/in/server.in b/docs/help/in/server.in index 1189f3f2..c4129df7 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -8,8 +8,8 @@ -ssl_verify: Verify servers SSL certificate -ssl_cafile: File with list of CA certificates (implies -ssl_verify) -ssl_capath: Directory with CA certificates (implies -ssl_verify) - -auto: Automatically connect to server at startup (default) - -noauto: Don't connect to server at startup + -auto: Automatically connect to server at startup + -noauto: Don't connect to server at startup (default) -network: Specify what IRC network this server belongs to -ircnet: Same as -network. Deprecated. Do not use -host: Specify what host name to use, if you have multiple |