Skip to content

Commit 08330db

Browse files
committed
[llvm][llvm-lit] Fix missing word in --use-unique-output-file-name help
Fixes 22e21bc.
1 parent 6bac414 commit 08330db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/lit/cl_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def parse_args():
180180
help="When enabled, lit will add a unique element to the output file name, "
181181
'before the extension. For example "results.xml" will become '
182182
'"results.<something>.xml". The "<something>" is not ordered in any '
183-
"way and is chosen so that existing are not overwritten. [Default: Off]",
183+
"way and is chosen so that existing files are not overwritten. [Default: Off]",
184184
action="store_true",
185185
)
186186
execution_group.add_argument(

0 commit comments

Comments
 (0)