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:
@@ -887,7 +887,7 @@ static const struct command_registration jtag_subcommand_handlers[] = {
|
||||
"['-expected_id' number] "
|
||||
"['-ignore-version'] "
|
||||
"['-ircapture' number] "
|
||||
"['-mask' number] ",
|
||||
"['-mask' number]",
|
||||
},
|
||||
{
|
||||
.name = "tapisenabled",
|
||||
@@ -1353,7 +1353,7 @@ static const struct command_registration jtag_command_handlers[] = {
|
||||
.mode = COMMAND_ANY,
|
||||
.help = "Wait for an SRST deassert. "
|
||||
"Useful for cases where you need something to happen within ms "
|
||||
"of an srst deassert. Timeout in ms ",
|
||||
"of an srst deassert. Timeout in ms",
|
||||
.usage = "ms",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user