mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-08 07:23:10 -06:00
cmd/dendrite: Remove literal double quotes from default values
docopt parses default values literally.
This commit is contained in:
parent
14365d4607
commit
3d92d2ed8b
|
|
@ -45,18 +45,17 @@ Options:
|
||||||
-H <host>, --host=<host>
|
-H <host>, --host=<host>
|
||||||
Host to bind. The port is optional and ignored for 'serve all'. The
|
Host to bind. The port is optional and ignored for 'serve all'. The
|
||||||
default ports are: 7776 (sync-api), 7777 (room-server), and 7778 (client-api)
|
default ports are: 7776 (sync-api), 7777 (room-server), and 7778 (client-api)
|
||||||
[default: "localhost"]
|
[default: localhost]
|
||||||
-h, --help
|
-h, --help
|
||||||
Print this usage text.
|
Print this usage text.
|
||||||
-k <kafka-hosts>, --kafka-hosts=<kafka-hosts>
|
-k <kafka-hosts>, --kafka-hosts=<kafka-hosts>
|
||||||
A comma-separated list of Kafka hosts. [default: "localhost:9092"]
|
A comma-separated list of Kafka hosts. [default: localhost:9092]
|
||||||
-l <log-dir>, --log-dir=<log-dir>
|
-l <log-dir>, --log-dir=<log-dir>
|
||||||
Path to log directory. If not set, logs will only be written to stderr.
|
Path to log directory. If not set, logs will only be written to stderr.
|
||||||
-r <room-server-host>, --room-server-host=<room-server-host>
|
-r <room-server-host>, --room-server-host=<room-server-host>
|
||||||
Host of the room server. [default: "localhost:7777"]
|
Host of the room server. [default: localhost:7777]
|
||||||
-t <topic-prefix>, --topic-prefix=<topic-prefix>
|
-t <topic-prefix>, --topic-prefix=<topic-prefix>
|
||||||
Prefix for Kafka topics used for inter-component communication.
|
Prefix for Kafka topics used for inter-component communication.
|
||||||
[default: ""]
|
|
||||||
-V, --version
|
-V, --version
|
||||||
Print the dendrite version.
|
Print the dendrite version.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue