From 9d456e0436a7249ac3aa48a6b841cf654ade3381 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Wed, 31 Aug 2022 11:29:23 -0700 Subject: [PATCH] Update docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com> --- .../codeql-cli/analyzing-databases-with-the-codeql-cli.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst b/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst index d81b1a03051..94548d2e3b6 100644 --- a/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst +++ b/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst @@ -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 - - 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>`__.