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 /po/weechat.pot | |
parent | 2ed90965a68fed01ddfceaf94c17cc593524b568 (diff) | |
download | weechat-5d3e485aec0a7199db94775dad1281327fc5c4c1.zip |
core: update options supporting secured data in /help secure
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 544754c95..dba750454 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-26 19:58+0200\n" +"POT-Creation-Date: 2015-08-03 21:03+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1804,13 +1804,12 @@ msgid "" "the prompt (this same variable is used by WeeChat on /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" |