diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-05 18:22:10 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-05 18:22:10 +0200 |
commit | d38d033ce74a88cf4d86a28ed72ba24b63d6806b (patch) | |
tree | e20455a1ec56fe706f4d0c8e7f3a64eb1019f3f4 /doc/it/autogen | |
parent | cd71ea03d2b6fa60942909bab1eedad7f5b1e455 (diff) | |
download | weechat-d38d033ce74a88cf4d86a28ed72ba24b63d6806b.zip |
core: add completion "-quit" for command /upgrade
A "-dummy" option has been added too, just to prevent accidental completion with
"-quit" (which is the first option completed).
Thanks to stfn for initial patch.
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index c3c48cb11..3daaaa4f6 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -659,6 +659,7 @@ Esempi: /upgrade [<path_del_binario>|-quit] path_to_binary: path to WeeChat binary (default is current binary) + -dummy: do nothing (option used to prevent accidental completion with "-quit") -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. |