Skip to content

Commit 93983c3

Browse files
authored
[lldb] Fix typo in the description of the -X alias (#156119)
1 parent bef7c1b commit 93983c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def : Flag<["-"], "e">, Alias<editor>, HelpText<"Alias for --editor">;
226226
def no_use_colors : F<"no-use-colors">, HelpText<"Do not use colors.">;
227227
def : Flag<["-"], "X">,
228228
Alias<no_use_colors>,
229-
HelpText<"Alias for --no-use-color">;
229+
HelpText<"Alias for --no-use-colors">;
230230

231231
def file : Separate<["--", "-"], "file">,
232232
MetaVarName<"<filename>">,

0 commit comments

Comments
 (0)