diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-14 11:58:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-14 11:58:59 +0200 |
commit | 2b9fdf4c6e7fbf03eb4bce4f0baaaf5d8b6ca2c8 (patch) | |
tree | be2eac73cc68b7a4d280dbcf14e44e2bcf8d85f3 /src | |
parent | a6cd860b5ae679a1144f47b0aa8b3ece6968517a (diff) | |
download | weechat-2b9fdf4c6e7fbf03eb4bce4f0baaaf5d8b6ca2c8.zip |
Add info about upgrade process in /help upgrade
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 7e11d4054..0221c8543 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -4875,7 +4875,13 @@ command_init () "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."), + "before running this command.\n\n" + "Upgrade process has 4 steps:\n" + " 1. save session into files for core and plugins " + "(buffers, history, ..)\n" + " 2. unload all plugins (configs *.conf are saved)\n" + " 3. save WeeChat config (weechat.conf)\n" + " 4. exec new WeeChat binary."), "%(filename)", &command_upgrade, NULL); hook_command (NULL, "uptime", |