[Lldb-commits] [lldb] 93983c3 - [lldb] Fix typo in the description of the -X alias (#156119)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 29 15:48:53 PDT 2025
Author: Jonas Devlieghere
Date: 2025-08-29T22:48:50Z
New Revision: 93983c37b4f8c468c06808705a17a14ded69f66a
URL: https://github.com/llvm/llvm-project/commit/93983c37b4f8c468c06808705a17a14ded69f66a
DIFF: https://github.com/llvm/llvm-project/commit/93983c37b4f8c468c06808705a17a14ded69f66a.diff
LOG: [lldb] Fix typo in the description of the -X alias (#156119)
Added:
Modified:
lldb/tools/driver/Options.td
Removed:
################################################################################
diff --git a/lldb/tools/driver/Options.td b/lldb/tools/driver/Options.td
index 099b9f910d283..311e2602cc41f 100644
--- a/lldb/tools/driver/Options.td
+++ b/lldb/tools/driver/Options.td
@@ -226,7 +226,7 @@ def : Flag<["-"], "e">, Alias<editor>, HelpText<"Alias for --editor">;
def no_use_colors : F<"no-use-colors">, HelpText<"Do not use colors.">;
def : Flag<["-"], "X">,
Alias<no_use_colors>,
- HelpText<"Alias for --no-use-color">;
+ HelpText<"Alias for --no-use-colors">;
def file : Separate<["--", "-"], "file">,
MetaVarName<"<filename>">,
More information about the lldb-commits
mailing list