diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-19 21:12:47 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-19 21:12:47 +0200 |
commit | 292830b5bf103bbef7b3b3ee079433c6e2385a46 (patch) | |
tree | 28b5d68995cda35fd221c1d75d30b104edadaf22 /doc/de/autogen | |
parent | acb03201b41591158996a23bd6f3699894bf6ae3 (diff) | |
download | weechat-292830b5bf103bbef7b3b3ee079433c6e2385a46.zip |
script: evaluate content of option script.scripts.dir (issue #388)
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/user/script_options.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/user/script_options.asciidoc b/doc/de/autogen/user/script_options.asciidoc index 00898d4f1..5b10f9b0b 100644 --- a/doc/de/autogen/user/script_options.asciidoc +++ b/doc/de/autogen/user/script_options.asciidoc @@ -183,7 +183,7 @@ ** Werte: -1 .. 525600 (Standardwert: `1440`) * [[option_script.scripts.dir]] *script.scripts.dir* -** Beschreibung: `lokales Cache-Verzeichnis für Skripten` +** Beschreibung: `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)` ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"%h/script"`) |