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:
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user