From: Marc Schink Date: Mon, 29 Apr 2019 10:08:05 +0000 (+0200) Subject: target: Fix breakpoint usage X-Git-Tag: v0.11.0-rc1~668 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=refs%2Fchanges%2F39%2F5139%2F2 target: Fix breakpoint usage Change-Id: I28630e5062ffb16939250f7ec7549200f3a9b285 Signed-off-by: Marc Schink Reviewed-on: http://openocd.zylin.com/5139 Tested-by: jenkins Reviewed-by: Tomas Vanek --- diff --git a/src/target/target.c b/src/target/target.c index 4b4aec83c3..ee6ff3016b 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -6285,7 +6285,7 @@ static const struct command_registration target_exec_command_handlers[] = { .handler = handle_bp_command, .mode = COMMAND_EXEC, .help = "list or set hardware or software breakpoint", - .usage = "
[] ['hw'|'hw_ctx']", + .usage = "[
[] ['hw'|'hw_ctx']]", }, { .name = "rbp",