1
0
mirror of synced 2025-12-21 10:57:10 -05:00

fix typo codeql-cli docs

This commit is contained in:
Mathias Rørvik
2022-11-09 15:03:34 +01:00
committed by Mathias Rørvik
parent 15c3a9b44c
commit 6da37f4817

View File

@@ -57,7 +57,7 @@ You can display the command-line help for any command using the <nobr>`--help`</
4. Run `codeql database create` from the checkout root of your repository and build the codebase. 4. Run `codeql database create` from the checkout root of your repository and build the codebase.
```shell ```shell
# Single supported language - create one CodeQL databsae # Single supported language - create one CodeQL database
codeql database create &lt;database&gt; --command&lt;build&gt; --language=&lt;language-identifier&gt; codeql database create &lt;database&gt; --command&lt;build&gt; --language=&lt;language-identifier&gt;
# Multiple supported languages - create one CodeQL database per language # Multiple supported languages - create one CodeQL database per language