diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-06 23:06:18 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-06 23:06:18 +0200 |
commit | 339d33181dbf61150817ea59bab673f1fc5b48b2 (patch) | |
tree | 823e50aaf11f2ceb074d65b730f4060cbb82225a /src/core/wee-command.c | |
parent | 6b4416042b610282690f39fa803b3af98a6bbca5 (diff) | |
download | weechat-339d33181dbf61150817ea59bab673f1fc5b48b2.zip |
core: add note about SSL connections in /help upgrade
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 352fe0bb9..a1ff80ea7 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -5758,6 +5758,10 @@ command_init () "This command run again a WeeChat binary, so it should " "have been compiled or installed with a package manager " "before running this command.\n\n" + "Note: SSL connections are lost during upgrade, because " + "reload of SSL sessions is currently not possible with " + "GnuTLS. There is automatic reconnection after " + "upgrade).\n\n" "Upgrade process has 4 steps:\n" " 1. save session into files for core and plugins " "(buffers, history, ..)\n" |