summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-04-13 00:11:11 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-04-13 00:11:11 +0200
commit6b624561191522f1df38a564f275a67ddaadf5ff (patch)
tree8ed18dd28d8efcc80a78974f4f378586b4adaa91 /doc/en
parent1df1903d230c4f8dbd0876b8bbc3454aa1af389c (diff)
downloadweechat-6b624561191522f1df38a564f275a67ddaadf5ff.zip
Revert "core: add option "-save" in command /upgrade (closes #1630)"
This reverts commit 1df1903d230c4f8dbd0876b8bbc3454aa1af389c. This is not so easy to implement: it requires saving state of plugins, and plugins like irc can not save the connected state (except in a real upgrade case where the sockets are still valid after exec of the new binary).
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/includes/autogen_user_commands.en.adoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc
index b7220d5ea..8eefbdbdc 100644
--- a/doc/en/includes/autogen_user_commands.en.adoc
+++ b/doc/en/includes/autogen_user_commands.en.adoc
@@ -1953,15 +1953,14 @@ Examples:
----
[[command_weechat_upgrade]]
-* `+upgrade+`: save WeeChat session and reload the WeeChat binary without disconnecting from servers
+* `+upgrade+`: reload the WeeChat binary without disconnecting from servers
----
-/upgrade [-yes] [<path_to_binary>|-save|-quit]
+/upgrade [-yes] [<path_to_binary>|-quit]
-yes: required if option "weechat.look.confirm_upgrade" is enabled
path_to_binary: path to WeeChat binary (default is current binary)
-dummy: do nothing (option used to prevent accidental completion with "-quit")
- -save: only save the session (do not quit not reload WeeChat)
-quit: close *ALL* connections, save session and quit WeeChat, which makes possible a delayed restoration (see below)
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.