1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

Add info about upgrade process in /help upgrade

This commit is contained in:
Sebastien Helleu
2010-08-14 11:58:59 +02:00
parent a6cd860b5a
commit 2b9fdf4c6e
10 changed files with 96 additions and 21 deletions
+7 -1
View File
@@ -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",