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/pl/includes/autogen_user_commands.pl.adoc | |
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/pl/includes/autogen_user_commands.pl.adoc')
-rw-r--r-- | doc/pl/includes/autogen_user_commands.pl.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc index 5a8376df1..54e76cdc5 100644 --- a/doc/pl/includes/autogen_user_commands.pl.adoc +++ b/doc/pl/includes/autogen_user_commands.pl.adoc @@ -1884,7 +1884,7 @@ Przykłady: ustawienie hasła: /secure passphrase to jest moje hasło użyj programu "pass" do odczytania hasła przy uruchomieniu: - /set sec.crypt.passphrase_command "pass show weechat/passphrase" + /set sec.crypt.passphrase_command "/usr/bin/pass show weechat/passphrase" zaszyfrowanie hasła dla freenode SASL: /secure set freenode mojehasło /set irc.server.freenode.sasl_password "${sec.data.freenode}" |