diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-09-30 16:37:49 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-09-30 16:37:49 +0200 |
commit | 77f02aed2997c7834024ee75319e5f5ca74d2e83 (patch) | |
tree | 317be3489555b2f8537b68d682e52324497ee392 /src | |
parent | 05d0435e1eb0e020a8192cba96da92d571127377 (diff) | |
download | weechat-77f02aed2997c7834024ee75319e5f5ca74d2e83.zip |
core: fix sentence in /help upgrade
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index fef274fdc..b52d12b99 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -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 " |