From 4f8751c251c6dbbe873a53ddc1536b4227f5986b Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 29 Dec 2025 16:10:17 -0600 Subject: [PATCH] update cli usage --- src/content/docs/run/cli.mdx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/content/docs/run/cli.mdx b/src/content/docs/run/cli.mdx index 62e209a..51dae8d 100644 --- a/src/content/docs/run/cli.mdx +++ b/src/content/docs/run/cli.mdx @@ -35,10 +35,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 ``` \ No newline at end of file