[Lldb-commits] [lldb] [lldb] Fix typo in the description of the -X alias (PR #156119)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 29 15:43:41 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/156119.diff
1 Files Affected:
- (modified) lldb/tools/driver/Options.td (+1-1)
``````````diff
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>">,
``````````
</details>
https://github.com/llvm/llvm-project/pull/156119
More information about the lldb-commits
mailing list