Skip to content

Commit 77036f0

Browse files
Update CodeQL CLI manual (#55635)
Co-authored-by: Felicity Chapman <[email protected]>
1 parent 82e41fd commit 77036f0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

content/code-security/codeql-cli/codeql-cli-manual/database-index-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ be any string that does not contain a newline.
9595

9696
You can use this command-line option repeatedly to set multiple
9797
extractor options. If you provide multiple values for the same extractor
98-
option, the behaviour depends on the type that the extractor option
98+
option, the behavior depends on the type that the extractor option
9999
expects. String options will use the last value provided. Array options
100100
will use all the values provided, in order. Extractor options specified
101101
using this command-line option are processed after extractor options
@@ -121,7 +121,7 @@ string and array options are map entries with string and array values.
121121

122122
Extractor option bundle files are read in the order they are specified.
123123
If different extractor option bundle files specify the same extractor
124-
option, the behaviour depends on the type that the extractor option
124+
option, the behavior depends on the type that the extractor option
125125
expects. String options will use the last value provided. Array options
126126
will use all the values provided, in order. Extractor options specified
127127
using this command-line option are processed before extractor options

content/code-security/codeql-cli/codeql-cli-manual/database-init.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ produce all necessary data directly.
239239
#### `--extra-tracing-config=<tracing-config.lua>`
240240
241241
\[Advanced] The path to a tracer configuration file. It may be used to
242-
modify the behaviour of the build tracer. It may be used to pick out
242+
modify the behavior of the build tracer. It may be used to pick out
243243
compiler processes that run as part of the build command, and trigger
244244
the execution of other tools. The extractors will provide default tracer
245245
configuration files that should work in most situations.
@@ -258,7 +258,7 @@ be any string that does not contain a newline.
258258
259259
You can use this command-line option repeatedly to set multiple
260260
extractor options. If you provide multiple values for the same extractor
261-
option, the behaviour depends on the type that the extractor option
261+
option, the behavior depends on the type that the extractor option
262262
expects. String options will use the last value provided. Array options
263263
will use all the values provided, in order. Extractor options specified
264264
using this command-line option are processed after extractor options
@@ -284,7 +284,7 @@ string and array options are map entries with string and array values.
284284
285285
Extractor option bundle files are read in the order they are specified.
286286
If different extractor option bundle files specify the same extractor
287-
option, the behaviour depends on the type that the extractor option
287+
option, the behavior depends on the type that the extractor option
288288
expects. String options will use the last value provided. Array options
289289
will use all the values provided, in order. Extractor options specified
290290
using this command-line option are processed before extractor options

content/code-security/codeql-cli/codeql-cli-manual/database-trace-command.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ produce all necessary data directly.
8989
#### `--extra-tracing-config=<tracing-config.lua>`
9090

9191
\[Advanced] The path to a tracer configuration file. It may be used to
92-
modify the behaviour of the build tracer. It may be used to pick out
92+
modify the behavior of the build tracer. It may be used to pick out
9393
compiler processes that run as part of the build command, and trigger
9494
the execution of other tools. The extractors will provide default tracer
9595
configuration files that should work in most situations.
@@ -135,7 +135,7 @@ be any string that does not contain a newline.
135135

136136
You can use this command-line option repeatedly to set multiple
137137
extractor options. If you provide multiple values for the same extractor
138-
option, the behaviour depends on the type that the extractor option
138+
option, the behavior depends on the type that the extractor option
139139
expects. String options will use the last value provided. Array options
140140
will use all the values provided, in order. Extractor options specified
141141
using this command-line option are processed after extractor options
@@ -161,7 +161,7 @@ string and array options are map entries with string and array values.
161161

162162
Extractor option bundle files are read in the order they are specified.
163163
If different extractor option bundle files specify the same extractor
164-
option, the behaviour depends on the type that the extractor option
164+
option, the behavior depends on the type that the extractor option
165165
expects. String options will use the last value provided. Array options
166166
will use all the values provided, in order. Extractor options specified
167167
using this command-line option are processed before extractor options

0 commit comments

Comments
 (0)