Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R4R: Normalized description #2027

Merged
merged 1 commit into from
Oct 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/zh/cli-client/asset.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iriscli asset

Asset模块允许你在IRIS Hub管理自己的资产
Asset模块用于管理你在IRIS Hub上发行的资产

## 可用命令

Expand Down Expand Up @@ -77,8 +77,8 @@ iriscli asset transfer-gateway-owner <flags>

| 名称, 速记 | 类型 | 必须 | 默认 | 描述 |
| ---------- | ------- | -------- | ---- | -------------------- |
| --moniker | string | 是 | | 被转让网关的唯一别名 |
| --to | Address | 是 | | 转让网关的接收者 |
| --moniker | string | 是 | | 网关的唯一别名 |
| --to | Address | 是 | | 网关的接收者 |

### 转让网关所有权

Expand Down Expand Up @@ -206,7 +206,7 @@ iriscli asset mint-token <token-id> <flags>

| 名称, 速记 | 类型 | 必须 | 默认 | 描述 |
| ---------- | ------ | -------- | ---- | ---------------------------------- |
| --to | string | | | 增发通证的地址,默认为您自己的地址 |
| --to | string | | | 增发的通证的接收地址,默认为发起该交易地址 |
| --amount | uint64 | 是 | 0 | 增发的金额 |

### 增发通证
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/cli-client/bank.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iriscli bank

Bank模块允许您管理本地帐户中的资产
Bank模块用于管理本地帐户中的资产

## 可用命令

Expand Down
20 changes: 10 additions & 10 deletions docs/zh/cli-client/distribution.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# iriscli distribution

distribution模块可让您管理自己的 [Staking 收益](../concepts/general-concepts.md#staking-rewards)。
distribution模块用于管理自己的 [Staking 收益](../concepts/general-concepts.md#staking-rewards)。

## 可用命令

| 名称 | 描述 |
| --------------------------------------------------------------- | ------------------------------------------------------- |
| [withdraw-address](#iriscli-distribution-withdraw-address) | 查询提现地址 |
| [rewards](#iriscli-distribution-rewards) | 查询验证人或委托人的所有奖励 |
| [set-withdraw-address](#iriscli-distribution-set-withdraw-addr) | 设置提现地址 |
| 名称 | 描述 |
| --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| [withdraw-address](#iriscli-distribution-withdraw-address) | 查询提现地址 |
| [rewards](#iriscli-distribution-rewards) | 查询验证人或委托人的所有奖励 |
| [set-withdraw-address](#iriscli-distribution-set-withdraw-addr) | 设置提现地址 |
| [withdraw-rewards](#iriscli-distribution-withdraw-rewards) | 取回收益,有以下几种模式: 取回所有奖励、从指定的验证者取回委派奖励、验证人取回所有奖励以及佣金 |

## iriscli distribution withdraw-address
Expand Down Expand Up @@ -76,10 +76,10 @@ iriscli distribution withdraw-rewards <flags>

**唯一标识:**

| 名称, 速记 | 类型 | 必须 | 默认 | 描述 |
| --------------------- | ------ | -------- | ------- | --------------------------------------------------- |
| --only-from-validator | string | | | 仅从此验证者地址中提取(以bech格式) |
| --is-validator | bool | | false | 同时取回验证人的佣金 |
| 名称, 速记 | 类型 | 必须 | 默认 | 描述 |
| --------------------- | ------ | ---- | ---- | ------------------------------------ |
| --only-from-validator | string | | | 仅从此验证者地址中提取(以bech格式) |
| --is-validator | bool | | 否 | 同时取回验证人的佣金 |

:::tip
不要同时指定以上两个标志。
Expand Down