From 1f439a15db94a72ffaa923bed75fdc19e6f7cb0d Mon Sep 17 00:00:00 2001 From: Dominik Bamberger <72066+b4mboo@users.noreply.github.com> Date: Mon, 26 Jul 2021 11:17:25 +0200 Subject: [PATCH] Remove obsolete '--allow-packs' flag. Co-authored-by: Andrew Eisenberg --- docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst b/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst index 4c88c034336..a4e616ce4b5 100644 --- a/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst +++ b/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst @@ -60,7 +60,7 @@ To analyze a CodeQL database with a CodeQL pack, run the following command: :: - codeql database analyze --allow-packs /@x.x.x + codeql database analyze /@x.x.x - ````: the CodeQL database to be analyzed. - ````: the name of the GitHub organization that the pack is published to.