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 6bac414 commit 08330dbCopy full SHA for 08330db
llvm/utils/lit/lit/cl_arguments.py
@@ -180,7 +180,7 @@ def parse_args():
180
help="When enabled, lit will add a unique element to the output file name, "
181
'before the extension. For example "results.xml" will become '
182
'"results.<something>.xml". The "<something>" is not ordered in any '
183
- "way and is chosen so that existing are not overwritten. [Default: Off]",
+ "way and is chosen so that existing files are not overwritten. [Default: Off]",
184
action="store_true",
185
)
186
execution_group.add_argument(
0 commit comments