From a5a882c5c808baa9da543a20d50aa134423e45cc Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sat, 30 Mar 2019 10:48:30 +0100 Subject: [PATCH 1/1] 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 Reviewed-on: http://openocd.zylin.com/5016 Tested-by: jenkins Reviewed-by: Tomas Vanek --- src/target/armv7a.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/target/armv7a.c b/src/target/armv7a.c index f9594c9c37..437a2f2666 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 -- 2.30.2