1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +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
+1 -1
View File
@@ -40,7 +40,7 @@ the clear password. +
For example with password-store (command `pass`):
----
/set sec.crypt.passphrase_command "pass show weechat/passphrase"
/set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase"
----
[[v3.1_window_splitv]]