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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits