summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-06-21 07:40:18 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-06-21 07:40:18 +0200
commit07cbc3bd2e7240f9da1cf9f496823c82a2187aed (patch)
treeac4beb7477728594f7b739745c5d0f72aa6d2323 /doc/ja
parent33a4b4b1fc0577bcbf88d6b2c80f003a92dc55ab (diff)
downloadweechat-07cbc3bd2e7240f9da1cf9f496823c82a2187aed.zip
script: rename option script.scripts.dir to script.scripts.path (issue #388)
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/autogen/user/script_options.asciidoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ja/autogen/user/script_options.asciidoc b/doc/ja/autogen/user/script_options.asciidoc
index 57d1f632b..88db8a7de 100644
--- a/doc/ja/autogen/user/script_options.asciidoc
+++ b/doc/ja/autogen/user/script_options.asciidoc
@@ -182,16 +182,16 @@
** タイプ: 整数
** 値: -1 .. 525600 (デフォルト値: `1440`)
-* [[option_script.scripts.dir]] *script.scripts.dir*
-** 説明: `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)`
-** タイプ: 文字列
-** 値: 未制約文字列 (デフォルト値: `"%h/script"`)
-
* [[option_script.scripts.hold]] *script.scripts.hold*
** 説明: `"ホールド" するスクリプト: コンマ区切りのスクリプトリスト、このリストに含まれるスクリプトはアップグレードされませんし、削除もされません、例: "buffers.pl,iset.pl"`
** タイプ: 文字列
** 値: 未制約文字列 (デフォルト値: `""`)
+* [[option_script.scripts.path]] *script.scripts.path*
+** 説明: `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)`
+** タイプ: 文字列
+** 値: 未制約文字列 (デフォルト値: `"%h/script"`)
+
* [[option_script.scripts.url]] *script.scripts.url*
** 説明: `スクリプトのリストを含むファイルの URL; デフォルトは強制的に HTTPS を使用、オプション script.scripts.url_force_https を参照`
** タイプ: 文字列