diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-12 20:48:32 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-12 20:48:32 +0200 |
commit | 1df1903d230c4f8dbd0876b8bbc3454aa1af389c (patch) | |
tree | b618b916bafe6c1dd6733023adacb7a28351e385 /doc/en/includes | |
parent | ae39b7ce61a6c1d399ab49c00e17a206088dd5fb (diff) | |
download | weechat-1df1903d230c4f8dbd0876b8bbc3454aa1af389c.zip |
core: add option "-save" in command /upgrade (closes #1630)
Diffstat (limited to 'doc/en/includes')
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index 8eefbdbdc..b7220d5ea 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -1953,14 +1953,15 @@ Examples: ---- [[command_weechat_upgrade]] -* `+upgrade+`: reload the WeeChat binary without disconnecting from servers +* `+upgrade+`: save WeeChat session and reload the WeeChat binary without disconnecting from servers ---- -/upgrade [-yes] [<path_to_binary>|-quit] +/upgrade [-yes] [<path_to_binary>|-save|-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. |