[Lldb-commits] [lldb] abddb83 - [lldb] Fix type of --apply-fixits (NFC)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 23 22:49:35 PDT 2023
Author: Dave Lee
Date: 2023-03-23T22:49:29-07:00
New Revision: abddb8359895a2040a3439850f5c8c9c61123947
URL: https://github.com/llvm/llvm-project/commit/abddb8359895a2040a3439850f5c8c9c61123947
DIFF: https://github.com/llvm/llvm-project/commit/abddb8359895a2040a3439850f5c8c9c61123947.diff
LOG: [lldb] Fix type of --apply-fixits (NFC)
Added:
Modified:
lldb/source/Commands/Options.td
Removed:
################################################################################
diff --git a/lldb/source/Commands/Options.td b/lldb/source/Commands/Options.td
index f11c95e5660e2..ea917f78841bb 100644
--- a/lldb/source/Commands/Options.td
+++ b/lldb/source/Commands/Options.td
@@ -371,7 +371,7 @@ let Command = "expression" in {
Arg<"Language">, Desc<"Specifies the Language to use when parsing the "
"expression. If not set the target.language setting is used.">;
def expression_options_apply_fixits : Option<"apply-fixits", "X">,
- Groups<[1,2]>, Arg<"Language">, Desc<"If true, simple fix-it hints will be "
+ Groups<[1,2]>, Arg<"Boolean">, Desc<"If true, simple fix-it hints will be "
"automatically applied to the expression.">;
def expression_options_description_verbosity :
Option<"description-verbosity", "v">, Group<1>,
More information about the lldb-commits
mailing list