We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefa577 commit b2796c7Copy full SHA for b2796c7
llvm/utils/lit/lit/cl_arguments.py
@@ -179,7 +179,7 @@ def parse_args():
179
"--use-unique-output-file-name",
180
help="When enabled, lit will not overwrite existing test report files. "
181
"Instead it will write to a new file named the same as the output file "
182
- "name but with a extra part before the file extension. For example "
+ "name but with an extra part before the file extension. For example "
183
"if results.xml already exists, results.<something>.xml will be written "
184
"to. The <something> is not ordered in any way. [Default: Off]",
185
action="store_true",
0 commit comments