From 96b73b21ed9ac21007b41d3553a2ede2183f7718 Mon Sep 17 00:00:00 2001 From: David Yu Date: Mon, 23 Sep 2019 11:23:57 -0700 Subject: [PATCH] Missing quote Missing quote from restore docs --- reference/ucp/3.2/cli/restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/ucp/3.2/cli/restore.md b/reference/ucp/3.2/cli/restore.md index 6d4f440fe7..731506c0fa 100644 --- a/reference/ucp/3.2/cli/restore.md +++ b/reference/ucp/3.2/cli/restore.md @@ -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. |