diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-14 07:58:21 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-14 07:58:21 +0200 |
commit | a02743b229ac5b9d7710590e1e3f57caf710652a (patch) | |
tree | faea4b6ec506696eb548a6cdf0635faafa9d35ee /doc/it | |
parent | 3fb322be8f278f63b88b0c212d17d9f1d08d609a (diff) | |
download | weechat-a02743b229ac5b9d7710590e1e3f57caf710652a.zip |
core: add option weechat.look.confirm_upgrade (closes #463)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.asciidoc | 3 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_options.asciidoc | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_commands.asciidoc b/doc/it/autogen/user/weechat_commands.asciidoc index f416f591e..7a91d9ad2 100644 --- a/doc/it/autogen/user/weechat_commands.asciidoc +++ b/doc/it/autogen/user/weechat_commands.asciidoc @@ -841,8 +841,9 @@ Examples: [command]*`upgrade`* aggiorna WeeChat senza disconnettere dai server:: ---- -/upgrade [<path_del_binario>|-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") -quit: close *ALL* connections, save session and quit WeeChat, which makes possible a delayed restoration (see below) diff --git a/doc/it/autogen/user/weechat_options.asciidoc b/doc/it/autogen/user/weechat_options.asciidoc index 6044c876f..52d86902d 100644 --- a/doc/it/autogen/user/weechat_options.asciidoc +++ b/doc/it/autogen/user/weechat_options.asciidoc @@ -542,6 +542,11 @@ ** tipo: bool ** valori: on, off (valore predefinito: `off`) +* [[option_weechat.look.confirm_upgrade]] *weechat.look.confirm_upgrade* +** descrizione: `if set, /upgrade command must be confirmed with extra argument "-yes" (see /help upgrade)` +** tipo: bool +** valori: on, off (valore predefinito: `off`) + * [[option_weechat.look.day_change]] *weechat.look.day_change* ** descrizione: `mostra un messaggio speciale al cambio di data` ** tipo: bool |