From 145fb246a661dde4a6050643373b962e507f0e39 Mon Sep 17 00:00:00 2001 From: Billy Biggs Date: Tue, 2 Dec 2025 16:44:23 -0800 Subject: [PATCH] docs: Recommend using --debug intead of --verbose for CLI debugging (#14334) --- docs/troubleshooting.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 4539a00bf9..f3d95c93ca 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -124,8 +124,7 @@ This is especially useful for scripting and automation. ## Debugging tips - **CLI debugging:** - - Use the `--verbose` flag (if available) with CLI commands for more detailed - output. + - Use the `--debug` flag for more detailed output. - Check the CLI logs, often found in a user-specific configuration or cache directory.