diff --git a/src/content/wiki/usage.mdx b/src/content/wiki/usage.mdx index 25cd6bc..7f381f0 100644 --- a/src/content/wiki/usage.mdx +++ b/src/content/wiki/usage.mdx @@ -127,10 +127,11 @@ line and immediately exit. ### --check -**Type:** `boolean` +**Type:** `string` + +Perform a "diagnosis report" where the results of the diagnosis are written to the [logpath](/wiki/faq/#where-can-i-find-the-log-file). -Perform a "diagnosis report" where the results of the diagnosis are written to a -file. +Example: `--check=C:\Users\Me\path\to\workspace` ### --checklevel @@ -145,6 +146,7 @@ file. Options include, in order of priority: - Error - Warning - Information +- Hint Example: `--checklevel=Information`