From 81f05f22dd790d93add707b79e4973fe8f1fb81f Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Mon, 9 Jun 2025 12:50:35 +0200 Subject: [PATCH] Fix CLI options in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dec4bca..d6bd5ee 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ zig build -Doptimize=(ReleaseSafe|ReleaseFast) -Dmaterial_max_len=(, defaul ## 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`) - `--web-port`: Web server port - `--web-threads`: Web server thread count (default: `1`)