Minor text change

This commit is contained in:
Lior Halphon 2019-06-21 14:18:48 +03:00
parent 7c61445fe3
commit 24b58da8c6
1 changed files with 1 additions and 1 deletions

View File

@ -1775,7 +1775,7 @@ static const debugger_command_t commands[] = {
"Can also modify the condition of existing breakpoints." HELP_NEWLINE
"If the j modifier is used, the breakpoint will occur just before" HELP_NEWLINE
"jumping to the target.",
"<expression>[ if <condition expression>]", "(j)"},
"<expression>[ if <condition expression>]", "j"},
{"delete", 2, delete, "Delete a breakpoint by its address, or all breakpoints", "[<expression>]"},
{"watch", 1, watch, "Add a new watchpoint at the specified address/expression." HELP_NEWLINE
"Can also modify the condition and type of existing watchpoints." HELP_NEWLINE