diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-03 21:29:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-03 21:29:17 +0200 |
commit | 5d3e485aec0a7199db94775dad1281327fc5c4c1 (patch) | |
tree | 3159113d0d7c1fb6c3d715363945fa1ff834ee0d /src/core | |
parent | 2ed90965a68fed01ddfceaf94c17cc593524b568 (diff) | |
download | weechat-5d3e485aec0a7199db94775dad1281327fc5c4c1.zip |
core: update options supporting secured data in /help secure
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index fefc1dc06..a23837849 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7797,13 +7797,12 @@ command_init () "/upgrade).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" + " - command /eval\n" " - command line argument \"--run-command\"\n" " - options weechat.startup.command_{before|after}_plugins\n" - " - proxy options: username, password\n" - " - irc server options: autojoin, command, password, " - "sasl_{username|password}, username, realname\n" - " - option relay.network.password\n" - " - command /eval.\n" + " - other options that may contain a password or sensitive data " + "(for example proxy, irc server and relay); see /help on the " + "options to check if they are evaluated.\n" "\n" "Examples:\n" " set a passphrase:\n" |