diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2012-01-16 13:35:23 +0000 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2012-01-18 21:45:02 +0000 |
commit | 0c2f8b6eb8f4b379aa0c78caba73ec1ebaae8414 (patch) | |
tree | 3f8761f0c60686a39c4b82b7ef48beb1c24aaf27 /src/target/mips32.c | |
parent | eae6353ca459e38289d6d619772ef88ad24cc5c8 (diff) | |
download | riscv-openocd-0c2f8b6eb8f4b379aa0c78caba73ec1ebaae8414.zip riscv-openocd-0c2f8b6eb8f4b379aa0c78caba73ec1ebaae8414.tar.gz riscv-openocd-0c2f8b6eb8f4b379aa0c78caba73ec1ebaae8414.tar.bz2 |
cmd: add missing usage vars
we should have caught them all - hopefully.
Change-Id: I35435317fccaf5ad0216244d69f76db6857bb582
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/381
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
Diffstat (limited to 'src/target/mips32.c')
-rw-r--r-- | src/target/mips32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/mips32.c b/src/target/mips32.c index d9d84b7..26e0c5d 100644 --- a/src/target/mips32.c +++ b/src/target/mips32.c @@ -859,6 +859,7 @@ const struct command_registration mips32_command_handlers[] = { .name = "mips32", .mode = COMMAND_ANY, .help = "mips32 command group", + .usage = "", .chain = mips32_exec_command_handlers, }, COMMAND_REGISTRATION_DONE |