diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-14 13:38:50 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-14 13:38:50 +0100 |
commit | a02a2fbaaea197df68630fefb2e6d1d2003de8dc (patch) | |
tree | 40fd09fbecad82998caa0edf498adcfad1e94380 /po/it.po | |
parent | e37f2569f968fa39cd260ccf8a29abc87a17b4b1 (diff) | |
download | weechat-a02a2fbaaea197df68630fefb2e6d1d2003de8dc.zip |
doc: use full path /usr/bin/pass in example for option sec.crypt.passphrase_command
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-02-25 18:40+0100\n" +"POT-Creation-Date: 2021-03-14 13:34+0100\n" "PO-Revision-Date: 2021-02-06 15:55+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2611,7 +2611,8 @@ msgid "" " set a passphrase:\n" " /secure passphrase this is my passphrase\n" " use program \"pass\" to read the passphrase on startup:\n" -" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n" +" /set sec.crypt.passphrase_command \"/usr/bin/pass show weechat/passphrase" +"\"\n" " encrypt freenode SASL password:\n" " /secure set freenode mypassword\n" " /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n" @@ -4739,7 +4740,8 @@ msgid "" "line is used and it must not contain any extra character); this option is " "used only when reading file sec.conf and if the environment variable " "\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher " -"priority); example with password-store: \"pass show weechat/passphrase\"" +"priority); example with password-store: \"/usr/bin/pass show weechat/" +"passphrase\"" msgstr "" msgid "" |