From a9dd54e199adcc8dae8add4285c67872b54f51ff Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 19 Jul 2017 04:57:54 +0800 Subject: [PATCH] Update reconfigure.md (#3883) Add an escape character (\) to the cell to prevent wrongly generating a new column. --- datacenter/dtr/2.2/reference/cli/reconfigure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datacenter/dtr/2.2/reference/cli/reconfigure.md b/datacenter/dtr/2.2/reference/cli/reconfigure.md index 523efa9c04..79194da0b8 100644 --- a/datacenter/dtr/2.2/reference/cli/reconfigure.md +++ b/datacenter/dtr/2.2/reference/cli/reconfigure.md @@ -38,10 +38,10 @@ time, configure your DTR for high-availability. |`--https-proxy`|The HTTPS proxy used for outgoing requests| |`--hub-password`|Password to use when pulling images| |`--hub-username`|Username to use when pulling images| -|`--log-host`|Endpoint to send logs to, required if --log-protocol is tcp or udp| +|`--log-host`|Endpoint to send logs to, required if `--log-protocol` is tcp or udp| |`--log-level`|Log level for container logs. Default: INFO| |`--log-protocol`|The protocol for sending container logs: tcp, tcp+tls, udp or internal. Default: internal| -|`--nfs-storage-url`|NFS to store Docker images. Requires NFS client libraries. Format nfs:///| +|`--nfs-storage-url`|NFS to store Docker images. Requires NFS client libraries. Format nfs:///| |`--no-proxy`|Don't use a proxy for these domains. Format acme.org[, acme.com]| |`--replica-http-port`|The public HTTP port for the DTR replica. Default is 80| |`--replica-https-port`|The public HTTPS port for the DTR replica. Default is 443|