From 24b58da8c6dd05c8d138fd55f482f64d7265c593 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 21 Jun 2019 14:18:48 +0300 Subject: [PATCH] Minor text change --- Core/debugger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/debugger.c b/Core/debugger.c index d7fbdf8..357a896 100644 --- a/Core/debugger.c +++ b/Core/debugger.c @@ -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.", - "[ if ]", "(j)"}, + "[ if ]", "j"}, {"delete", 2, delete, "Delete a breakpoint by its address, or all breakpoints", "[]"}, {"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