Sanitize uses of Swarm as a proper and improper noun

Fixes #24905

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
Upstream-commit: e63e3d9fdf
Component: cli
This commit is contained in:
Misty Stanley-Jones
2017-06-02 00:10:09 +00:00
committed by Tibor Vass
parent f3b4d86d17
commit a21f8bcffa
2 changed files with 2 additions and 2 deletions
@@ -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`.
@@ -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`.