From 29270a2c14df29d6eca45a9b06ae35549b61f4ba Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 5 Apr 2025 22:24:49 +0100 Subject: [PATCH] fix loglevel example in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1008f5..a7d5e1d 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ Acceptable values for this flag are: For example, to set the log level to `debug`, you can use: -``` -vbantxt -s=streamname -loglevel=debug "bus[0].eq.on=1 bus[1].gain=-12.8" +```bash +gignore -loglevel=debug -dir=custom go ``` The default log level is `warn` if the flag is not specified.