]> git.sur5r.net Git - openocd/blobdiff - src/target/target.c
target: fix 'bp' command help message
[openocd] / src / target / target.c
index 7ab13b020476669b9b6f3493d0629082caa873e3..1ca6c8e53c1d73eac7879d5a289f4ca751a8be97 100644 (file)
@@ -6415,7 +6415,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",