From 28ce21ed7e293b9632efd9ea2579655dd84263ab Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Tue, 27 Jul 2021 15:02:39 +0100 Subject: [PATCH] Update docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst --- 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 b3c24016eea..d28e27e10d7 100644 --- a/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst +++ b/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst @@ -48,7 +48,7 @@ To run a pack that someone else has created, you must first download it by runni codeql pack download /@x.x.x - ````: the name of the GitHub organization that you will download from. -- ````: the name for the pack that you are creating. +- ````: the name for the pack that you want to download. - ``@x.x.x``: an optional version number. If omitted, the latest version will be downloaded. This command accepts arguments for multiple packs.