cmd: add missing usage var

Change-Id: I0f05d643b0801b19cc3beb88f0d12d7e4c83ef9c
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/356
Tested-by: jenkins
This commit is contained in:
Spencer Oliver
2012-01-09 16:14:18 +00:00
parent 0aefdbd446
commit 2a34cc8eb6
19 changed files with 27 additions and 0 deletions

View File

@@ -863,6 +863,7 @@ static const struct command_registration tms470_command_handlers[] = {
.name = "tms470",
.mode = COMMAND_ANY,
.help = "TI tms470 flash command group",
.usage = "",
.chain = tms470_any_command_handlers,
},
COMMAND_REGISTRATION_DONE