help text: remove trailing space
[fw/openocd] / src / target / armv7a_cache_l2x.c
index 3607a5122d85c00fc59a9642dc141420f1ae2c82..8ecdb008d7bbe9b0eb0b44a603dae726ee94555d 100644 (file)
@@ -325,7 +325,7 @@ static const struct command_registration arm7a_l2x_cache_commands[] = {
                .name = "conf",
                .handler = armv7a_l2x_cache_conf_cmd,
                .mode = COMMAND_ANY,
-               .help = "configure l2x cache ",
+               .help = "configure l2x cache",
                .usage = "<base_addr> <number_of_way>",
        },
        {