diff --git a/docs/codeql/codeql-cli/codeql-cli-reference.rst b/docs/codeql/codeql-cli/codeql-cli-reference.rst index ec48a2061dd..e0ffdeaaa36 100644 --- a/docs/codeql/codeql-cli/codeql-cli-reference.rst +++ b/docs/codeql/codeql-cli/codeql-cli-reference.rst @@ -23,4 +23,4 @@ Learn more about the files you can use when running CodeQL processes and the res - :doc:`SARIF output `: CodeQL supports SARIF as an output format for sharing static analysis results. - :doc:`Exit codes `: The CodeQL CLI reports the status of each command it runs as an exit code. This exit code provides information for subsequent commands or for other tools that rely on the CodeQL CLI. -- :doc: `Extractor options `: You can customize the behavior of extractors by setting options through the CodeQL CLI. diff --git a/docs/codeql/codeql-cli/extractor-options.rst b/docs/codeql/codeql-cli/extractor-options.rst index 576430225ef..9370ebba6b9 100644 --- a/docs/codeql/codeql-cli/extractor-options.rst +++ b/docs/codeql/codeql-cli/extractor-options.rst @@ -37,7 +37,7 @@ Each extractor defines its own set of configuration options. To find out which o } } -The extractor option names and descriptions are listed under ``extractor_options``. Each description may contain the following fields:: +The extractor option names and descriptions are listed under ``extractor_options``. Each option may contain the following fields:: * ``title`` (required): The title of the option * ``description`` (required): The description of the option