1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

core: fix sentence in /help upgrade

This commit is contained in:
Sebastien Helleu
2011-09-30 16:37:49 +02:00
parent 05d0435e1e
commit 77f02aed29
15 changed files with 68 additions and 55 deletions
+4 -3
View File
@@ -5920,9 +5920,10 @@ command_init ()
N_("[<path_to_binary>]"),
N_("path_to_binary: path to WeeChat binary (default is "
"current binary)\n\n"
"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"
"This command upgrades and reloads a running WeeChat "
"session. The new WeeChat binary must 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 "