[lldb] Fix type of --apply-fixits (NFC)
authorDave Lee <davelee.com@gmail.com>
Fri, 24 Mar 2023 05:14:10 +0000 (22:14 -0700)
committerDave Lee <davelee.com@gmail.com>
Fri, 24 Mar 2023 05:49:29 +0000 (22:49 -0700)
lldb/source/Commands/Options.td

index f11c95e..ea917f7 100644 (file)
@@ -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>,