Skip to content

Commit

Permalink
Merge pull request #3107 from travisdowns/issue-3070
Browse files Browse the repository at this point in the history
correct spurious em dashes in documentation
  • Loading branch information
emaxerrno authored Nov 30, 2021
2 parents 9fc6bc2 + 9f2fd13 commit 95a7a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/www/rpk-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Flags:

OS support: ![Linux][linux]

Initialize the configuration to bootstrap a cluster. --id is mandatory. `bootstrap` will expect the machine it's running on to have only one non-loopback IP address associated to it, and use it in the configuration as the node's address. If it has multiple IPs, --self must be specified. In that case, the given IP will be used without checking whether it's among the machine's addresses or not. The elements in --ips must be separated by a comma, no spaces. If omitted, the node will be configured as a root node, that otherones can join later.
Initialize the configuration to bootstrap a cluster. `--id` is mandatory. `bootstrap` will expect the machine it's running on to have only one non-loopback IP address associated to it, and use it in the configuration as the node's address. If it has multiple IPs, `--self` must be specified. In that case, the given IP will be used without checking whether it's among the machine's addresses or not. The elements in `--ips` must be separated by a comma, no spaces. If omitted, the node will be configured as a root node, that other ones can join later.

```cmd
Usage:
Expand Down Expand Up @@ -531,7 +531,7 @@ If `--seed-addr` is passed, it will be used to discover the rest of the cluster
hosts via redpanda's Kafka API. If `--node-addrs` is passed, they will be used
directly. Otherwise, `rpk generate prometheus-conf` will read the redpanda
config file and use the node IP configured there. `--config` may be passed to
especify an arbitrary config file.
specify an arbitrary config file.

```cmd
Usage:
Expand Down

0 comments on commit 95a7a9d

Please sign in to comment.