Skip to content

Commit

Permalink
[llvm][llvm-lit] Fix typo in --resultdb-output help
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett authored and DanielCChen committed Oct 16, 2024
1 parent 519f9b3 commit 02bf443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/lit/lit/cl_arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def parse_args():
execution_group.add_argument(
"--resultdb-output",
type=lit.reports.ResultDBReport,
help="Write LuCI ResuldDB compatible JSON to the specified file",
help="Write LuCI ResultDB compatible JSON to the specified file",
)
execution_group.add_argument(
"--time-trace-output",
Expand Down

0 comments on commit 02bf443

Please sign in to comment.