Missing quote

Missing quote from restore docs
This commit is contained in:
David Yu 2019-09-23 11:23:57 -07:00 committed by GitHub
parent 5ab9035a83
commit 96b73b21ed
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. |