[lldb] Fix typo in breakpoint set -r description

This commit is contained in:
Raphael Isemann 2020-04-23 12:06:27 +02:00
parent a5e0389b2a
commit e327ea4a82
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ let Command = "breakpoint set" in {
"multiple times tomake one breakpoint for multiple methods.">;
def breakpoint_set_func_regex : Option<"func-regex", "r">, Group<7>,
Arg<"RegularExpression">, Required, Desc<"Set the breakpoint by function "
"name, evaluating a regular-expression to findthe function name(s).">;
"name, evaluating a regular-expression to find the function name(s).">;
def breakpoint_set_basename : Option<"basename", "b">, Group<8>,
Arg<"FunctionName">, Required, Completion<"Symbol">,
Desc<"Set the breakpoint by function basename (C++ namespaces and arguments"