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/ja/includes/autogen_user_options.ja.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/ja/includes/autogen_user_options.ja.adoc')
-rw-r--r-- | doc/ja/includes/autogen_user_options.ja.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/includes/autogen_user_options.ja.adoc b/doc/ja/includes/autogen_user_options.ja.adoc index 11efb5aa6..4925e6803 100644 --- a/doc/ja/includes/autogen_user_options.ja.adoc +++ b/doc/ja/includes/autogen_user_options.ja.adoc @@ -17,7 +17,7 @@ ** デフォルト値: `+sha256+` * [[option_sec.crypt.passphrase_command]] *sec.crypt.passphrase_command* -** 説明: 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"] +** 説明: 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"] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+""+` |