From: Antonio Borneo Date: Sat, 30 Mar 2019 09:48:30 +0000 (+0100) Subject: target/armv7a: simplify help description of command "l2x" X-Git-Tag: v0.11.0-rc1~757 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=a5a882c5c808baa9da543a20d50aa134423e45cc;hp=c239ee020bf0ce8a25b7558193b73f1939b901e2 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 --- 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