diff --git a/daprdocs/content/en/reference/cli/dapr-run.md b/daprdocs/content/en/reference/cli/dapr-run.md index ed5b32b3a..066b615c1 100644 --- a/daprdocs/content/en/reference/cli/dapr-run.md +++ b/daprdocs/content/en/reference/cli/dapr-run.md @@ -38,7 +38,7 @@ dapr run [flags] [command] | `--log-level` | | `info` | The log verbosity. Valid values are: `debug`, `info`, `warn`, `error`, `fatal`, or `panic` | | `--metrics-port` | `DAPR_METRICS_PORT` | `9090` | The port that Dapr sends its metrics information to | | `--profile-port` | | `7777` | The port for the profile server to listen on | -| `--unix-domain-socket`, `-u` | | | Path to a unix domain socket dir mount. If specified, Dapr API servers will use unix domain sockets for lower latency and greater throughput when an app calls into the Dapr sidecar. Not available on Windows OS | +| `--unix-domain-socket`, `-u` | | | Path to a unix domain socket dir mount. If specified, communication with the Dapr sidecar uses unix domain sockets for lower latency and greater throughput when compared to using TCP ports. Not available on Windows OS | | `--dapr-http-max-request-size` | | `4` | Max size of request body in MB. | ### Examples