diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-21 07:40:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-21 07:40:18 +0200 |
commit | 07cbc3bd2e7240f9da1cf9f496823c82a2187aed (patch) | |
tree | ac4beb7477728594f7b739745c5d0f72aa6d2323 /doc/it/autogen | |
parent | 33a4b4b1fc0577bcbf88d6b2c80f003a92dc55ab (diff) | |
download | weechat-07cbc3bd2e7240f9da1cf9f496823c82a2187aed.zip |
script: rename option script.scripts.dir to script.scripts.path (issue #388)
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/script_options.asciidoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/it/autogen/user/script_options.asciidoc b/doc/it/autogen/user/script_options.asciidoc index f5e8d9889..cfa2ec945 100644 --- a/doc/it/autogen/user/script_options.asciidoc +++ b/doc/it/autogen/user/script_options.asciidoc @@ -182,16 +182,16 @@ ** tipo: intero ** valori: -1 .. 525600 (valore predefinito: `1440`) -* [[option_script.scripts.dir]] *script.scripts.dir* -** descrizione: `local cache directory for scripts; "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default) (note: content is evaluated, see /help eval)` -** tipo: stringa -** valori: qualsiasi stringa (valore predefinito: `"%h/script"`) - * [[option_script.scripts.hold]] *script.scripts.hold* ** descrizione: `scripts to "hold": comma-separated list of scripts which will never been upgraded and can not be removed, for example: "buffers.pl,iset.pl"` ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `""`) +* [[option_script.scripts.path]] *script.scripts.path* +** descrizione: `local cache directory for scripts; "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default) (note: content is evaluated, see /help eval)` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"%h/script"`) + * [[option_script.scripts.url]] *script.scripts.url* ** descrizione: `URL for file with list of scripts; by default HTTPS is forced, see option script.scripts.url_force_https` ** tipo: stringa |