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

zh, en: modify format of --advertise-peer-urls (master) #323

Merged
merged 2 commits into from
Aug 31, 2020
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
2 changes: 1 addition & 1 deletion en/command-line-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This document introduces DM's command-line flags.

- The external address for communication between DM-master nodes
- The default value is `"{peer-urls}"`
- Optional flag. It can be in the form of `"domain-name:port"`
- Optional flag. It can be in the form of `"http(s)://domain-name:port"`

### `--config`

Expand Down
2 changes: 1 addition & 1 deletion zh/command-line-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aliases: ['/docs-cn/tidb-data-migration/dev/command-line-flags/']

- DM-master 节点间通信的外部连接地址
- 默认值为 `"{peer-urls}"`
- 可选参数,可以为 `"域名:port"` 的形式
- 可选参数,可以为 `"http(s)://域名:port"` 的形式

### `--config`

Expand Down