Sanitize uses of Swarm as a proper and improper noun

Fixes #24905

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
Misty Stanley-Jones 2016-08-30 11:04:41 -07:00 committed by Tibor Vass
parent 894c3a5cbf
commit e63e3d9fdf
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ This flag forces an existing node that was part of a quorum that was lost to res
### `--listen-addr value`
The node listens for inbound Swarm manager traffic on this address. The default is to listen on
The node listens for inbound swarm manager traffic on this address. The default is to listen on
0.0.0.0:2377. It is also possible to specify a network interface to listen on that interface's
address; for example `--listen-addr eth0:2377`.

View File

@ -59,7 +59,7 @@ dvfxp4zseq4s0rih1selh0d20 * manager1 Ready Active Leader
### `--listen-addr value`
If the node is a manager, it will listen for inbound Swarm manager traffic on this
If the node is a manager, it will listen for inbound swarm manager traffic on this
address. The default is to listen on 0.0.0.0:2377. It is also possible to specify a
network interface to listen on that interface's address; for example `--listen-addr eth0:2377`.