Merge pull request #9505 from david-yu/patch-17

Missing quote for swarm port from restore docs
This commit is contained in:
Dawn W 2019-09-23 11:37:22 -07:00 committed by GitHub
commit 119cd05a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,5 +68,5 @@ Notes:
| `--host-address` *value* | The network address to advertise to other nodes. Format: IP address or network interface name |
| `--passphrase` *value* | Decrypt the backup tar file with the provided passphrase |
| `--san` *value* | Add subject alternative names to certificates (e.g. --san www1.acme.com --san www2.acme.com) |
| `--swarm-grpc-port *value* | Port for communication between nodes (default: 2377) |
| `--swarm-grpc-port` *value* | Port for communication between nodes (default: 2377) |
| `--unlock-key` *value* | The unlock key for this swarm-mode cluster, if one exists. |