diff --git a/src/shrpx.cc b/src/shrpx.cc index 9ccd28c0..c4215db0 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -1487,7 +1487,7 @@ Options: The options are categorized into several groups. Connections: - -b, --backend=(,|unix:)[;[[:...]][[;PARAM]...] + -b, --backend=(,|unix:)[;[[:...]][[;]...] Set backend host and port. The multiple backend addresses are accepted by repeating this option. UNIX @@ -1614,7 +1614,7 @@ Connections: Default: )" << DEFAULT_DOWNSTREAM_HOST << "," << DEFAULT_DOWNSTREAM_PORT << R"( - -f, --frontend=(,|unix:)[[;PARAM]...] + -f, --frontend=(,|unix:)[[;]...] Set frontend host and port. If is '*', it assumes all addresses including both IPv4 and IPv6. UNIX domain socket can be specified by prefixing path