X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.c;fp=src%2Ftarget%2Ftarget.c;h=b0deadb0b034c19f54fa55f4d6825389e49127e9;hp=538831b5b300aa45581d6339dd1bb42c45ac73b7;hb=185834ef8aa663faf6761e5c3d7c4a049c88eeab;hpb=4f459660a9dab3877f6f27127e565dd2b49b4ec7 diff --git a/src/target/target.c b/src/target/target.c index 538831b5b3..b0deadb0b0 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -6232,7 +6232,7 @@ static const struct command_registration target_exec_command_handlers[] = { .name = "halt", .handler = handle_halt_command, .mode = COMMAND_EXEC, - .help = "request target to halt, then wait up to the specified" + .help = "request target to halt, then wait up to the specified " "number of milliseconds (default 5000) for it to complete", .usage = "[milliseconds]", }, @@ -6248,7 +6248,7 @@ static const struct command_registration target_exec_command_handlers[] = { .handler = handle_reset_command, .mode = COMMAND_EXEC, .usage = "[run|halt|init]", - .help = "Reset all targets into the specified mode." + .help = "Reset all targets into the specified mode. " "Default reset mode is run, if not given.", }, {