diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-09 22:44:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-09 22:44:00 +0100 |
commit | c2b507633491c72ce65cde592e3a572459c64f16 (patch) | |
tree | 9a99dc62c73e74d9e3b8a8aeaa3e3bce5a0f2112 /src/core | |
parent | 0b54d49306407d8b93c0a1789d162e17a2a32229 (diff) | |
download | weechat-c2b507633491c72ce65cde592e3a572459c64f16.zip |
Add note about "%h" replaced by WeeChat home in some options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 871da9158..f0324af09 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2031,7 +2031,8 @@ config_weechat_init_options () config_network_gnutls_ca_file = config_file_new_option ( weechat_config_file, ptr_section, "gnutls_ca_file", "string", - N_("file containing the certificate authorities"), + N_("file containing the certificate authorities (\"%h\" will be " + "replaced by WeeChat home, \"~/.weechat\" by default)"), NULL, 0, 0, "%h/ssl/CAs.pem", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); /* plugin */ |