summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-06-27 08:11:28 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-06-27 08:11:28 +0200
commitfdd9c03e5a5670d6ecfa4d389df4e76d22fd3aad (patch)
treecd8a24be6787b03f91398e3222b6c2f6c6a84c53 /doc/en
parent9e56308a4d3f051eccefe029eb1c17074ab63d84 (diff)
downloadweechat-fdd9c03e5a5670d6ecfa4d389df4e76d22fd3aad.zip
xfer: evaluate content of options xfer.file.download_path and xfer.file.upload_path (issue #388)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/user/xfer_options.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/xfer_options.asciidoc b/doc/en/autogen/user/xfer_options.asciidoc
index 921572e88..6a5824ad8 100644
--- a/doc/en/autogen/user/xfer_options.asciidoc
+++ b/doc/en/autogen/user/xfer_options.asciidoc
@@ -83,12 +83,12 @@
** values: on, off (default value: `on`)
* [[option_xfer.file.download_path]] *xfer.file.download_path*
-** description: `path for writing incoming files ("%h" will be replaced by WeeChat home, "~/.weechat" by default)`
+** description: `path for writing incoming files: "%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/xfer"`)
* [[option_xfer.file.upload_path]] *xfer.file.upload_path*
-** description: `path for reading files when sending (when no path is specified by user) ("%h" will be replaced by WeeChat home, "~/.weechat" by default)`
+** description: `path for reading files when sending (when no path is specified by user): "%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: `"~"`)