summaryrefslogtreecommitdiff
path: root/src/core/wee-secure-config.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-03-14 13:38:50 +0100
committerSébastien Helleu <flashcode@flashtux.org>2021-03-14 13:38:50 +0100
commita02a2fbaaea197df68630fefb2e6d1d2003de8dc (patch)
tree40fd09fbecad82998caa0edf498adcfad1e94380 /src/core/wee-secure-config.c
parente37f2569f968fa39cd260ccf8a29abc87a17b4b1 (diff)
downloadweechat-a02a2fbaaea197df68630fefb2e6d1d2003de8dc.zip
doc: use full path /usr/bin/pass in example for option sec.crypt.passphrase_command
Diffstat (limited to 'src/core/wee-secure-config.c')
-rw-r--r--src/core/wee-secure-config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/wee-secure-config.c b/src/core/wee-secure-config.c
index ec8ed6650..d60a19166 100644
--- a/src/core/wee-secure-config.c
+++ b/src/core/wee-secure-config.c
@@ -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,