Update docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst

Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>
This commit is contained in:
Andrew Eisenberg
2022-08-31 11:29:23 -07:00
committed by GitHub
parent 6ff006ce67
commit 9d456e0436

View File

@@ -92,12 +92,6 @@ You can also specify:
For databases that were created by CodeQL CLI v2.3.4 or later, the CLI will implicitly run any
required upgrades. Explicitly running the upgrade command is not necessary.
CodeQL databases are upgraded by running the following command::
codeql database upgrade <database>
For full details of all the options you can use when upgrading databases,
see the "`database upgrade <../manual/database-upgrade>`__" reference documentation.
For full details of all the options you can use when analyzing databases, see
the `database analyze reference documentation <../manual/database-analyze>`__.