From 1f7847f56d52146cd30d6ce6a9fe5bdb9b618187 Mon Sep 17 00:00:00 2001 From: "Filip M. Nowak" Date: Wed, 27 Dec 2023 17:03:34 +0100 Subject: [PATCH 1/3] --check usage tweaks --- src/content/wiki/usage.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/wiki/usage.mdx b/src/content/wiki/usage.mdx index 25cd6bc..91ce888 100644 --- a/src/content/wiki/usage.mdx +++ b/src/content/wiki/usage.mdx @@ -127,11 +127,13 @@ line and immediately exit. ### --check -**Type:** `boolean` +**Type:** `string` Perform a "diagnosis report" where the results of the diagnosis are written to a file. +Example: `--check=yes` + ### --checklevel **Type:** `string` @@ -145,6 +147,7 @@ file. Options include, in order of priority: - Error - Warning - Information +- Hint Example: `--checklevel=Information` From 4fd9e26c73cb341a3597ee5e47ccf7f252eb8eb2 Mon Sep 17 00:00:00 2001 From: "Filip M. Nowak" Date: Wed, 27 Dec 2023 18:11:47 +0100 Subject: [PATCH 2/3] Update src/content/wiki/usage.mdx Co-authored-by: carsakiller --- src/content/wiki/usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/wiki/usage.mdx b/src/content/wiki/usage.mdx index 91ce888..1f8161a 100644 --- a/src/content/wiki/usage.mdx +++ b/src/content/wiki/usage.mdx @@ -132,7 +132,7 @@ line and immediately exit. Perform a "diagnosis report" where the results of the diagnosis are written to a file. -Example: `--check=yes` +Example: `--check=C:\Users\Me\path\to\workspace` ### --checklevel From c897b4281523012f80060251e43325cf4867314e Mon Sep 17 00:00:00 2001 From: "Filip M. Nowak" Date: Wed, 27 Dec 2023 18:21:36 +0100 Subject: [PATCH 3/3] Update usage.mdx --- src/content/wiki/usage.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/wiki/usage.mdx b/src/content/wiki/usage.mdx index 1f8161a..7f381f0 100644 --- a/src/content/wiki/usage.mdx +++ b/src/content/wiki/usage.mdx @@ -129,8 +129,7 @@ line and immediately exit. **Type:** `string` -Perform a "diagnosis report" where the results of the diagnosis are written to a -file. +Perform a "diagnosis report" where the results of the diagnosis are written to the [logpath](/wiki/faq/#where-can-i-find-the-log-file). Example: `--check=C:\Users\Me\path\to\workspace`