Correct codeql database analyze command syntax

This commit is contained in:
Ethan P
2021-07-22 11:44:54 -04:00
parent af80a255a3
commit c7731ebbbe

View File

@@ -63,7 +63,7 @@ To analyze a CodeQL database with a CodeQL pack, run the following command:
::
codeql analyze <database> --allow-packs <scope>/<pack>@x.x.x
codeql database analyze <database> --allow-packs <scope>/<pack>@x.x.x
- ``<database>``: the CodeQL database to be analyzed.
- ``<scope>``: the name of the GitHub organization that the pack is published to.