From 0c2f8b6eb8f4b379aa0c78caba73ec1ebaae8414 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Mon, 16 Jan 2012 13:35:23 +0000 Subject: cmd: add missing usage vars MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we should have caught them all - hopefully. Change-Id: I35435317fccaf5ad0216244d69f76db6857bb582 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/381 Tested-by: jenkins Reviewed-by: Øyvind Harboe --- src/target/arm926ejs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/target/arm926ejs.c') diff --git a/src/target/arm926ejs.c b/src/target/arm926ejs.c index 873e9a0..47b94d1 100644 --- a/src/target/arm926ejs.c +++ b/src/target/arm926ejs.c @@ -801,6 +801,7 @@ static const struct command_registration arm926ejs_exec_command_handlers[] = { .name = "cache_info", .handler = arm926ejs_handle_cache_info_command, .mode = COMMAND_EXEC, + .usage = "", .help = "display information about target caches", }, @@ -814,6 +815,7 @@ const struct command_registration arm926ejs_command_handlers[] = { .name = "arm926ejs", .mode = COMMAND_ANY, .help = "arm926ejs command group", + .usage = "", .chain = arm926ejs_exec_command_handlers, }, COMMAND_REGISTRATION_DONE -- cgit v1.1