diff options
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 6f45d1608..78788421c 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -2298,7 +2298,7 @@ the passphrase instead of having to type it manually on WeeChat startup. + 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" ---- The program may ask you unlock your GPG key or enter another passphrase to |