Skip to content

Commit fd7f26f

Browse files
authored
Fix CLI in diagnosis-report instructions (#14)
1 parent 66a0a8d commit fd7f26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/wiki/diagnosis-report.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can use the [command line](/wiki/usage) to perform a diagnosis of your works
1111

1212
The command should look like this:
1313

14-
`lua-language-server --check E:\programming\myLuaProject --checklevel=warning`
14+
`lua-language-server --check E:\programming\myLuaProject --checklevel=Warning`
1515

1616
{/* TODO: Update link to log file info */}
1717
The server will exit once the report is complete. The report will be written to `check.json` in your [logpath](https://github.com/LuaLS/lua-language-server/wiki/FAQ#where-can-i-find-the-log-file) (unless otherwise specified with [`--logpath`](/wiki/usage#--logpath)).

0 commit comments

Comments
 (0)