Skip to content

Commit

Permalink
remove extra empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Jan 23, 2025
1 parent e57d7fa commit e4202cd
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 24 deletions.
3 changes: 1 addition & 2 deletions tiup/tiup-command-mirror-grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ tiup mirror grant <id> [flags]

- 若执行成功:无输出
- 若管理员 ID 重复:`Error: owner %s exists`
- 若密钥已被其他管理员使用:`Error: key %s exists`

- 若密钥已被其他管理员使用:`Error: key %s exists`
3 changes: 1 addition & 2 deletions tiup/tiup-command-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ tiup status [flags]
>
> TiUP 显示的 `Pending Offline`、PD API 返回的 `Offline` 以及 TiDB Dashboard 显示的 `Leaving` 这三个状态的含义相同。
组件运行状态来自于 PD 的调度信息。更详细的描述请参考 [TiDB 数据库的调度 -- 信息收集](/tidb-scheduling.md#信息收集)

组件运行状态来自于 PD 的调度信息。更详细的描述请参考 [TiDB 数据库的调度 -- 信息收集](/tidb-scheduling.md#信息收集)
3 changes: 1 addition & 2 deletions tiup/tiup-component-cluster-audit-cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ tiup cluster audit cleanup [flags]

```shell
clean audit log successfully
```

```
3 changes: 1 addition & 2 deletions tiup/tiup-component-cluster-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ tiup cluster audit [audit-id] [flags]
- 若不指定 `[audit-id]` 则输出含有以下字段的表格:
- ID:该条记录对应的 audit-id
- Time:该条记录对应的命令执行时间
- Command:该条记录对应的命令

- Command:该条记录对应的命令
3 changes: 1 addition & 2 deletions tiup/tiup-component-cluster-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,4 @@ tiup cluster check <topology.yml | cluster-name> [flags]
- Node:目标节点
- Check:检查项
- Result:检查结果(Pass/Warn/Fail)
- Message:结果描述
- Message:结果描述
3 changes: 1 addition & 2 deletions tiup/tiup-component-cluster-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ tiup cluster import [flags]

## 输出

导入过程的日志信息。

导入过程的日志信息。
3 changes: 1 addition & 2 deletions tiup/tiup-component-cluster-scale-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ tiup cluster scale-in <cluster-name> [flags]

## 输出

缩容日志

缩容日志
3 changes: 1 addition & 2 deletions tiup/tiup-component-cluster-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ tiup cluster template [flags]

## 输出

根据指定选项输出拓扑模版,可重定向到拓扑文件中用于部署。

根据指定选项输出拓扑模版,可重定向到拓扑文件中用于部署。
3 changes: 1 addition & 2 deletions tiup/tiup-component-dm-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ tiup dm audit [audit-id] [flags]
- 若不指定 `[audit-id]` 则输出含有以下字段的表格:
- ID:该条记录对应的 audit-id
- Time:该条记录对应的命令执行时间
- Command:该条记录对应的命令

- Command:该条记录对应的命令
3 changes: 1 addition & 2 deletions tiup/tiup-component-dm-disable.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ tiup dm disable <cluster-name> [flags]

## 输出

tiup-dm 的执行日志。

tiup-dm 的执行日志。
3 changes: 1 addition & 2 deletions tiup/tiup-component-dm-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ tiup dm list [flags]
- User:部署用户
- Version:集群版本
- Path:集群部署数据在中控机上的路径
- PrivateKey:连接集群的私钥所在路径

- PrivateKey:连接集群的私钥所在路径
3 changes: 1 addition & 2 deletions tiup/tiup-component-dm-replay.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ tiup dm replay <audit-id> [flags]

## 输出

`<audit-id>` 对应的命令的输出。

`<audit-id>` 对应的命令的输出。

0 comments on commit e4202cd

Please sign in to comment.