Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Feb 9, 2022
1 parent 8ba0040 commit 2476382
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pd-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -808,9 +808,9 @@ Encoding 格式示例:

### `region keys [--format=raw|encode|hex] <start_key> <end_key> <limit>`

用于查询从某个 key 范围内的所有 Region。支持不带 endKey 的范围, limit 的默认值是16,不带 endKey 的默认值是-1(没有限制)。示例如下
用于查询从某个 key 范围内的所有 Region。支持不带 `endKey` 的范围`limit` 的默认值是 16,不带 `endKey` 时的默认值是 `-1`(表示没有限制)。示例如下

显示从 a 开始的所有 Region 信息,数量上限为16
显示从 a 开始的所有 Region 信息,数量上限为 16

{{< copyable "" >}}

Expand All @@ -825,7 +825,7 @@ Encoding 格式示例:
}
```

显示从 a 开始的所有 Region 信息,数量上限为20
显示从 a 开始的所有 Region 信息,数量上限为 20

{{< copyable "" >}}

Expand All @@ -840,7 +840,7 @@ Encoding 格式示例:
}
```

显示[a, z) 范围内的所有 Region 信息,没有数量上限:
显示 [a, z) 范围内的所有 Region 信息,没有数量上限:

{{< copyable "" >}}

Expand All @@ -855,7 +855,7 @@ Encoding 格式示例:
}
```

显示[a, z) 范围内的所有 Region 信息,数量上限为20
显示 [a, z) 范围内的所有 Region 信息,数量上限为 20

{{< copyable "" >}}

Expand Down

0 comments on commit 2476382

Please sign in to comment.