diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-16 10:55:38 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-16 10:55:38 +0200 |
commit | 45a9ba3e9e55d131b6cf73c622ea71f004f3d178 (patch) | |
tree | b77eee70cc66f086fd91404099d337a178de3f87 | |
parent | 40a14b4574912b03ab59bae1d8797f320395c9c7 (diff) | |
download | weechat-45a9ba3e9e55d131b6cf73c622ea71f004f3d178.zip |
doc: add missing arguments in "info" command (English and Japanese relay protocol)
-rw-r--r-- | doc/en/weechat_relay_protocol.en.adoc | 3 | ||||
-rw-r--r-- | doc/ja/weechat_relay_protocol.ja.adoc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/en/weechat_relay_protocol.en.adoc b/doc/en/weechat_relay_protocol.en.adoc index 02523670a..be603a6b6 100644 --- a/doc/en/weechat_relay_protocol.en.adoc +++ b/doc/en/weechat_relay_protocol.en.adoc @@ -547,12 +547,13 @@ Request an _info_. Syntax: ---- -(id) info <name> +(id) info <name> [<arguments>] ---- Arguments: * _name_: name of info to retrieve +* _arguments_: arguments (optional) Examples: diff --git a/doc/ja/weechat_relay_protocol.ja.adoc b/doc/ja/weechat_relay_protocol.ja.adoc index 43ef710a8..95894faf1 100644 --- a/doc/ja/weechat_relay_protocol.ja.adoc +++ b/doc/ja/weechat_relay_protocol.ja.adoc @@ -563,12 +563,13 @@ _インフォ_ を要求。 構文: ---- -(id) info <name> +(id) info <name> [<arguments>] ---- 引数: * _name_: 読み出すインフォの名前 +* _arguments_: 引数 (任意) // TRANSLATION MISSING Examples: |