help text: remove trailing space

Some help text end with a useless space character.
Remove it.

Change-Id: I397e1194fac8042f0fab694222f925f906716de3
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6222
Tested-by: jenkins
This commit is contained in:
Antonio Borneo
2021-03-27 21:41:30 +01:00
parent 30f3a2a650
commit a40cbd85e0
10 changed files with 13 additions and 13 deletions

View File

@@ -1149,7 +1149,7 @@ static const struct command_registration arm_exec_command_handlers[] = {
.handler = handle_arm_disassemble_command,
.mode = COMMAND_EXEC,
.usage = "address [count ['thumb']]",
.help = "disassemble instructions ",
.help = "disassemble instructions",
},
{
.name = "mcr",