From 5d3e485aec0a7199db94775dad1281327fc5c4c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 3 Aug 2015 21:29:17 +0200 Subject: core: update options supporting secured data in /help secure --- src/core/wee-command.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/core') 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" -- cgit v1.2.3