diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-14 13:38:50 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-14 13:38:50 +0100 |
commit | a02a2fbaaea197df68630fefb2e6d1d2003de8dc (patch) | |
tree | 40fd09fbecad82998caa0edf498adcfad1e94380 /doc/it | |
parent | e37f2569f968fa39cd260ccf8a29abc87a17b4b1 (diff) | |
download | weechat-a02a2fbaaea197df68630fefb2e6d1d2003de8dc.zip |
doc: use full path /usr/bin/pass in example for option sec.crypt.passphrase_command
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/includes/autogen_user_commands.it.adoc | 2 | ||||
-rw-r--r-- | doc/it/includes/autogen_user_options.it.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc index d417e0653..3edfb8f9d 100644 --- a/doc/it/includes/autogen_user_commands.it.adoc +++ b/doc/it/includes/autogen_user_commands.it.adoc @@ -1885,7 +1885,7 @@ Examples: set a passphrase: /secure passphrase this is my passphrase use program "pass" to read the passphrase on startup: - /set sec.crypt.passphrase_command "pass show weechat/passphrase" + /set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase" encrypt freenode SASL password: /secure set freenode mypassword /set irc.server.freenode.sasl_password "${sec.data.freenode}" diff --git a/doc/it/includes/autogen_user_options.it.adoc b/doc/it/includes/autogen_user_options.it.adoc index 105f0b3c8..94c056eca 100644 --- a/doc/it/includes/autogen_user_options.it.adoc +++ b/doc/it/includes/autogen_user_options.it.adoc @@ -17,7 +17,7 @@ ** valore predefinito: `+sha256+` * [[option_sec.crypt.passphrase_command]] *sec.crypt.passphrase_command* -** descrizione: pass:none[read the passphrase from the output of this system command (only the first line is used and it must not contain any extra 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"] +** descrizione: pass:none[read the passphrase from the output of this system command (only the first line is used and it must not contain any extra 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: "/usr/bin/pass show weechat/passphrase"] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+""+` diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 2ac8c081c..70d63701e 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -2466,7 +2466,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 |