1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

doc: use full path /usr/bin/pass in example for option sec.crypt.passphrase_command

This commit is contained in:
Sébastien Helleu
2021-03-14 13:38:50 +01:00
parent e37f2569f9
commit a02a2fbaae
34 changed files with 107 additions and 74 deletions
+2 -1
View File
@@ -8226,7 +8226,8 @@ command_init ()
" 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"