1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +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"
+2 -1
View File
@@ -487,7 +487,8 @@ secure_config_init_options ()
"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\""),
"example with password-store: "
"\"/usr/bin/pass show weechat/passphrase\""),
NULL, 0, 0, "", NULL, 0,
NULL, NULL, NULL,
NULL, NULL, NULL,