This is an automated email from Gerrit. Marc Schink (openocd-...@marcschink.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5139
-- gerrit commit 734aeed6803fb4914a10b055e46d881dbf03e9a9 Author: Marc Schink <openocd-...@marcschink.de> Date: Mon Apr 29 12:08:05 2019 +0200 target: Fix breakpoint usage Change-Id: I28630e5062ffb16939250f7ec7549200f3a9b285 Signed-off-by: Marc Schink <openocd-...@marcschink.de> diff --git a/src/target/target.c b/src/target/target.c index bcc2c5e..ab06850 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -6489,7 +6489,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 = "<address> [<asid>] <length> ['hw'|'hw_ctx']", + .usage = "[<address> [<asid>] <length> ['hw'|'hw_ctx']]", }, { .name = "rbp", -- _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel