diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-12-22 09:36:45 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-12-22 09:37:25 +0100 |
commit | f3db256ce4166fa7e7ac9bf6640986a487007e78 (patch) | |
tree | d9861c81b8c7df66981e26e731036383e373cb8b /src/core | |
parent | 237bf8092053318e418718051c76254ee43b1014 (diff) | |
download | weechat-f3db256ce4166fa7e7ac9bf6640986a487007e78.zip |
core: add note about option sec.crypt.passphrase_file in /help secure (issue #1286)
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 56cb24021..7e12712a8 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -8023,7 +8023,8 @@ command_init () "on startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" " "to prevent the prompt (this same variable is used by WeeChat on " - "/upgrade).\n" + "/upgrade), or to set option sec.crypt.passphrase_file to read " + "the passphrase from a file (see /help sec.crypt.passphrase_file).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" " - command /eval\n" |