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:
@@ -6677,15 +6677,15 @@ static const struct command_registration target_exec_command_handlers[] = {
|
||||
.handler = handle_target_reset_nag,
|
||||
.mode = COMMAND_ANY,
|
||||
.help = "Nag after each reset about options that could have been "
|
||||
"enabled to improve performance. ",
|
||||
"enabled to improve performance.",
|
||||
.usage = "['enable'|'disable']",
|
||||
},
|
||||
{
|
||||
.name = "ps",
|
||||
.handler = handle_ps_command,
|
||||
.mode = COMMAND_EXEC,
|
||||
.help = "list all tasks ",
|
||||
.usage = " ",
|
||||
.help = "list all tasks",
|
||||
.usage = "",
|
||||
},
|
||||
{
|
||||
.name = "test_mem_access",
|
||||
|
||||
Reference in New Issue
Block a user