Skip to content

Commit 0894e81

Browse files
committed
add missing backtick
1 parent b9eb278 commit 0894e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-cli/extractor-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can also specify extractor option names without the extractor name. For exam
8181
* ``codeql database create --extractor-option option1=abc ...``
8282
* ``codeql database start-tracing --extractor-option group1.option2=102 ...``
8383

84-
If you do not specify an extractor name, the extractor option settings will apply to all extractors that declare an option with the given name. In the above example, the first command would set the extractor option ``option1`` to ``abc`` for the ``java`` extractor and every extractor that has an option of ``option1``, for example the ``cpp`` extractor, if the ``option1` extractor option exists for that extractor.
84+
If you do not specify an extractor name, the extractor option settings will apply to all extractors that declare an option with the given name. In the above example, the first command would set the extractor option ``option1`` to ``abc`` for the ``java`` extractor and every extractor that has an option of ``option1``, for example the ``cpp`` extractor, if the ``option1`` extractor option exists for that extractor.
8585

8686
Setting extractor options from files
8787
------------------------------------

0 commit comments

Comments
 (0)