From eb83e4abd689bbd2177b368864dcadc39f4960d1 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 14 Oct 2024 15:12:12 +0000 Subject: [PATCH] [llvm][llvm-lit] Fix typo in --resultdb-output help --- llvm/utils/lit/lit/cl_arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",