[llvm] eb83e4a - [llvm][llvm-lit] Fix typo in --resultdb-output help
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 14 08:13:18 PDT 2024
Author: David Spickett
Date: 2024-10-14T15:12:40Z
New Revision: eb83e4abd689bbd2177b368864dcadc39f4960d1
URL: https://github.com/llvm/llvm-project/commit/eb83e4abd689bbd2177b368864dcadc39f4960d1
DIFF: https://github.com/llvm/llvm-project/commit/eb83e4abd689bbd2177b368864dcadc39f4960d1.diff
LOG: [llvm][llvm-lit] Fix typo in --resultdb-output help
Added:
Modified:
llvm/utils/lit/lit/cl_arguments.py
Removed:
################################################################################
diff --git a/llvm/utils/lit/lit/cl_arguments.py b/llvm/utils/lit/lit/cl_arguments.py
index ed78256ee414b4..5ccae4be096796 100644
--- a/llvm/utils/lit/lit/cl_arguments.py
+++ b/llvm/utils/lit/lit/cl_arguments.py
@@ -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",
More information about the llvm-commits
mailing list