This is an automated email from Gerrit. Antonio Borneo ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5016
-- gerrit commit 1ef182fbba36b8944bf6ccf931a5a46bd5430ceb Author: Antonio Borneo <[email protected]> Date: Sat Mar 30 10:48:30 2019 +0100 target/armv7a: simplify help description of command "l2x" There is no need to split the string in two lines. Change-Id: Ifc574904acd06c31fab589643334e86f4dd0a122 Signed-off-by: Antonio Borneo <[email protected]> diff --git a/src/target/armv7a.c b/src/target/armv7a.c index f9594c9..437a2f2 100644 --- a/src/target/armv7a.c +++ b/src/target/armv7a.c @@ -584,8 +584,7 @@ static const struct command_registration l2_cache_commands[] = { .name = "l2x", .handler = handle_cache_l2x, .mode = COMMAND_EXEC, - .help = "configure l2x cache " - "", + .help = "configure l2x cache", .usage = "[base_addr] [number_of_way]", }, COMMAND_REGISTRATION_DONE -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
