Skip to content

Commit f63909e

Browse files
docs-botrachmari
andauthored
Update CodeQL CLI manual (#53852)
Co-authored-by: Rachael Sewell <[email protected]>
1 parent c6923d6 commit f63909e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

content/code-security/codeql-cli/codeql-cli-manual/database-analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ being interpreted as source-code alerts, use
5050

5151
\[Mandatory] Path to the CodeQL database to query.
5252

53-
#### `<querysuite|pack>...`
53+
#### `<query|dir|suite|pack>...`
5454

5555
Queries to execute. Each argument is in the form `scope/name@range:path`
5656
where:

content/code-security/codeql-cli/codeql-cli-manual/database-interpret-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ directory using [codeql database run-queries](/code-security/codeql-cli/codeql-c
4545

4646
\[Mandatory] Path to the CodeQL database that has been queried.
4747

48-
#### `<filesuite>...`
48+
#### `<file|dir|suite>...`
4949

5050
Repeat the specification of which queries were executed here.
5151

content/code-security/codeql-cli/codeql-cli-manual/database-run-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Alternatively, if you have only a single query to run, you might prefer
5050

5151
\[Mandatory] Path to the CodeQL database to query.
5252

53-
#### `<querysuite|pack>...`
53+
#### `<query|dir|suite|pack>...`
5454

5555
Queries to execute. Each argument is in the form `scope/name@range:path`
5656
where:

content/code-security/codeql-cli/codeql-cli-manual/execute-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This command should not normally be invoked directly. Instead use either
4242

4343
\[Mandatory] Path to the raw QL dataset to query.
4444

45-
#### `<querysuite|pack>...`
45+
#### `<query|dir|suite|pack>...`
4646

4747
\[Mandatory] Queries to execute. Each argument is in the form
4848
`scope/name@range:path` where:

content/code-security/codeql-cli/codeql-cli-manual/generate-query-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Generate end-user query help from .qhelp files.
3535

3636
### Primary Options
3737

38-
#### `<qhelpquerysuite>...`
38+
#### `<qhelp|mdhelp|query|dir|suite>...`
3939

4040
\[Mandatory] Query help files to render. Each argument is one of:
4141

content/code-security/codeql-cli/codeql-cli-manual/resolve-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ specifiers passed in as command line arguments.
4242

4343
### Primary Options
4444

45-
#### `<querysuite|pack>...`
45+
#### `<query|dir|suite|pack>...`
4646

4747
\[Mandatory] Queries to execute. Each argument is in the form
4848
`scope/name@range:path` where:

content/code-security/codeql-cli/codeql-cli-manual/resolve-ml-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ It now returns an empty list of machine learning models.
4444

4545
### Primary Options
4646

47-
#### `<querysuite|pack>...`
47+
#### `<query|dir|suite|pack>...`
4848

4949
\[Mandatory] Queries to execute. Each argument is in the form
5050
`scope/name@range:path` where:

content/code-security/codeql-cli/codeql-cli-manual/resolve-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ list of queries.
4444

4545
### Primary Options
4646

47-
#### `<querysuite|pack>...`
47+
#### `<query|dir|suite|pack>...`
4848

4949
\[Mandatory] Queries to execute. Each argument is in the form
5050
`scope/name@range:path` where:

0 commit comments

Comments
 (0)