Skip to content

Commit eb83e4a

Browse files
committed
[llvm][llvm-lit] Fix typo in --resultdb-output help
1 parent 7900daa commit eb83e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/lit/cl_arguments.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def parse_args():
168168
execution_group.add_argument(
169169
"--resultdb-output",
170170
type=lit.reports.ResultDBReport,
171-
help="Write LuCI ResuldDB compatible JSON to the specified file",
171+
help="Write LuCI ResultDB compatible JSON to the specified file",
172172
)
173173
execution_group.add_argument(
174174
"--time-trace-output",

0 commit comments

Comments
 (0)