summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-11-09 22:44:00 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-11-09 22:44:00 +0100
commitc2b507633491c72ce65cde592e3a572459c64f16 (patch)
tree9a99dc62c73e74d9e3b8a8aeaa3e3bce5a0f2112 /doc/en
parent0b54d49306407d8b93c0a1789d162e17a2a32229 (diff)
downloadweechat-c2b507633491c72ce65cde592e3a572459c64f16.zip
Add note about "%h" replaced by WeeChat home in some options
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/user/irc_options.txt2
-rw-r--r--doc/en/autogen/user/weechat_options.txt2
-rw-r--r--doc/en/autogen/user/xfer_options.txt4
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt
index a1f02079b..656bc27e7 100644
--- a/doc/en/autogen/user/irc_options.txt
+++ b/doc/en/autogen/user/irc_options.txt
@@ -464,7 +464,7 @@
** values: on, off (default value: `off`)
* *irc.server_default.ssl_cert*
-** description: `ssl certificate file used to automatically identify your nick`
+** description: `ssl certificate file used to automatically identify your nick ("%h" will be replaced by WeeChat home, "~/.weechat" by default)`
** type: string
** values: any string (default value: `""`)
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt
index 477bd2839..225cd21c1 100644
--- a/doc/en/autogen/user/weechat_options.txt
+++ b/doc/en/autogen/user/weechat_options.txt
@@ -584,7 +584,7 @@
** values: any string (default value: `"%a, %d %b %Y %T"`)
* *weechat.network.gnutls_ca_file*
-** description: `file containing the certificate authorities`
+** description: `file containing the certificate authorities ("%h" will be replaced by WeeChat home, "~/.weechat" by default)`
** type: string
** values: any string (default value: `"%h/ssl/CAs.pem"`)
diff --git a/doc/en/autogen/user/xfer_options.txt b/doc/en/autogen/user/xfer_options.txt
index 46db89112..79900db80 100644
--- a/doc/en/autogen/user/xfer_options.txt
+++ b/doc/en/autogen/user/xfer_options.txt
@@ -69,12 +69,12 @@
** values: on, off (default value: `on`)
* *xfer.file.download_path*
-** description: `path for writing incoming files`
+** description: `path for writing incoming files ("%h" will be replaced by WeeChat home, "~/.weechat" by default)`
** type: string
** values: any string (default value: `"%h/xfer"`)
* *xfer.file.upload_path*
-** description: `path for reading files when sending (when no path is specified by user)`
+** description: `path for reading files when sending (when no path is specified by user) ("%h" will be replaced by WeeChat home, "~/.weechat" by default)`
** type: string
** values: any string (default value: `"~"`)