From 07cbc3bd2e7240f9da1cf9f496823c82a2187aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 21 Jun 2015 07:40:18 +0200 Subject: script: rename option script.scripts.dir to script.scripts.path (issue #388) --- doc/en/autogen/user/script_options.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/en/autogen/user') diff --git a/doc/en/autogen/user/script_options.asciidoc b/doc/en/autogen/user/script_options.asciidoc index d2d925142..c96d20b99 100644 --- a/doc/en/autogen/user/script_options.asciidoc +++ b/doc/en/autogen/user/script_options.asciidoc @@ -182,16 +182,16 @@ ** type: integer ** values: -1 .. 525600 (default value: `1440`) -* [[option_script.scripts.dir]] *script.scripts.dir* -** description: `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)` -** type: string -** values: any string (default value: `"%h/script"`) - * [[option_script.scripts.hold]] *script.scripts.hold* ** description: `scripts to "hold": comma-separated list of scripts which will never been upgraded and can not be removed, for example: "buffers.pl,iset.pl"` ** type: string ** values: any string (default value: `""`) +* [[option_script.scripts.path]] *script.scripts.path* +** description: `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)` +** type: string +** values: any string (default value: `"%h/script"`) + * [[option_script.scripts.url]] *script.scripts.url* ** description: `URL for file with list of scripts; by default HTTPS is forced, see option script.scripts.url_force_https` ** type: string -- cgit v1.2.3