From ee86db76a2252f7108f2745476088264fb7949a9 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 5 Apr 2025 22:19:37 +0100 Subject: [PATCH] fix loglevel example in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bb8b5a..b1008f5 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Acceptable values for this flag are: For example, to set the log level to `debug`, you can use: ``` -vbantxt -s=streamname -log-level=debug "bus[0].eq.on=1 bus[1].gain=-12.8" +vbantxt -s=streamname -loglevel=debug "bus[0].eq.on=1 bus[1].gain=-12.8" ``` The default log level is `warn` if the flag is not specified.