diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-02-08 13:12:54 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-02-08 13:12:54 +0100 |
commit | 47112a113ef295de92c4e87c73c41599531c6e61 (patch) | |
tree | b842261168dcf775bd00ef7d77715d73f75f57ff /doc/ja | |
parent | d08e9aed1c6877f7ff19158d7dd83e3db620fbc9 (diff) | |
download | weechat-47112a113ef295de92c4e87c73c41599531c6e61.zip |
core: update help on option sec.crypt.passphrase_command, update translations
Diffstat (limited to 'doc/ja')
-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 79646fef0..b32c5de9e 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 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: "pass show weechat/passphrase"] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+""+` |