Fix CLI options in Readme

This commit is contained in:
Dominic Grimm 2025-06-09 12:50:35 +02:00
parent dd0435d563
commit 81f05f22dd
Signed by: dergrimm
SSH key fingerprint: SHA256:0uoWpcqOtkyvQ+ZqBjNYiDqIZY+9s8VeZkkJ/4ryB4E

View file

@ -12,7 +12,7 @@ zig build -Doptimize=(ReleaseSafe|ReleaseFast) -Dmaterial_max_len=(<int>, defaul
## CLI options ## CLI options
- `--unix-socket`: Path to Unix socket to bind to and to send block updates to - `--unix-socket`: Path to Unix socket to be created to send block updates to
- `--queue`: Block update queue capacity (default: `1024`) - `--queue`: Block update queue capacity (default: `1024`)
- `--web-port`: Web server port - `--web-port`: Web server port
- `--web-threads`: Web server thread count (default: `1`) - `--web-threads`: Web server thread count (default: `1`)