From e6099b6acd5db35fa3b4d6075b8210714a57508a Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 29 Dec 2025 16:09:24 -0600 Subject: [PATCH] update cli usage in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dc23f07..b6d425c 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ USAGE: showbridge [global options] GLOBAL OPTIONS: - --config string path to config file (default: "./config.yaml") - --debug set log level to DEBUG - --json log using JSON - --help, -h show help - --version, -v print the version + --config string path to config file (default: "./config.yaml") + --log-level string set log level (default: "info") + --log-format string log format to use (default: "text") + --help, -h show help + --version, -v print the version ```