From 5bfe0fff895de35e8b6b58c86368ea2816323439 Mon Sep 17 00:00:00 2001 From: Ethan P <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 4 Nov 2021 13:20:00 -0700 Subject: [PATCH] Test using dash for LIs --- docs/codeql/codeql-cli/extractor-options.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/codeql/codeql-cli/extractor-options.rst b/docs/codeql/codeql-cli/extractor-options.rst index d0d61e7f117..80981d5c98f 100644 --- a/docs/codeql/codeql-cli/extractor-options.rst +++ b/docs/codeql/codeql-cli/extractor-options.rst @@ -39,9 +39,9 @@ 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 option may contain the following fields:: -* ``title`` (required): The title of the option -* ``description`` (required): The description of the option -* ``type`` (required): The type of the option, which can be +- ``title`` (required): The title of the option +- ``description`` (required): The description of the option +- ``type`` (required): The type of the option, which can be * ``string``: indicating that the option can have a single string value * ``array``: indicating that the option can have a sequence of string values