diff --git a/src/pages/how-to/cli.mdx b/src/pages/how-to/cli.mdx index 0994ad85..21d4a3a3 100644 --- a/src/pages/how-to/cli.mdx +++ b/src/pages/how-to/cli.mdx @@ -464,7 +464,7 @@ The file is only accessible as root/Administrator. #### Usage To create a debug bundle: ```shell -netbird debug bundle -A +netbird debug bundle [-A] [-S] ``` #### Examples @@ -482,6 +482,7 @@ This will output: ```shell -h, --help help for bundle -A, --anonymize anonymize IP addresses and non-netbird.io domains in the debug output + -S, --system-info Adds system information to the debug bundle ``` ### debug for @@ -491,31 +492,34 @@ This is useful for capturing detailed logs over a period where issues are occurr #### Usage To run debugging for a specific time period: ```shell -netbird debug for