Skip to content

Commit

Permalink
docs(readme): update cli readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Red-Asuka committed Oct 11, 2022
1 parent 1a377a4 commit 354ded1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ mqttx sub --help
| -Wcd, --will-correlation-data <DATA> | 响应信息的关联数据 |
| -Wup, --will-user-properties <USERPROPERTIES...> | 遗嘱消息的自定义用户属性 |
| -se, --session-expiry-interval <SECONDS> | 会话过期间隔,单位为秒 |
| -si, --subscription-identifier <NUMBER> | 订阅标识符 |
| --rcv-max, --receive-maximum <NUMBER> | 接收消息的最大值 |
| --maximum-packet-size <NUMBER> | 客户端愿意接受的最大数据包大小 |
| --topic-alias-maximum <NUMBER> | 主题别名的最大值 |
Expand Down
1 change: 1 addition & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ mqttx sub --help
| -Wcd, --will-correlation-data <DATA> | correlation data for the response message |
| -Wup, --will-user-properties <USERPROPERTIES...> | the user properties of will message |
| -se, --session-expiry-interval <SECONDS> | the session expiry interval in seconds |
| -si, --subscription-identifier <NUMBER> | the identifier of the subscription |
| --rcv-max, --receive-maximum <NUMBER> | the receive maximum value |
| --maximum-packet-size <NUMBER> | the maximum packet size the client is willing to accept |
| --topic-alias-maximum <NUMBER> | the topic alias maximum value |
Expand Down

0 comments on commit 354ded1

Please sign in to comment.