From 2a34cc8eb6a8431ecebad1279d19ce919978a778 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Mon, 9 Jan 2012 16:14:18 +0000 Subject: cmd: add missing usage var Change-Id: I0f05d643b0801b19cc3beb88f0d12d7e4c83ef9c Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/356 Tested-by: jenkins --- src/flash/nor/stellaris.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/flash/nor/stellaris.c') diff --git a/src/flash/nor/stellaris.c b/src/flash/nor/stellaris.c index 13b7071e..10e4d559 100644 --- a/src/flash/nor/stellaris.c +++ b/src/flash/nor/stellaris.c @@ -1451,6 +1451,7 @@ static const struct command_registration stellaris_command_handlers[] = { .name = "stellaris", .mode = COMMAND_EXEC, .help = "Stellaris flash command group", + .usage = "", .chain = stellaris_exec_command_handlers, }, COMMAND_REGISTRATION_DONE -- cgit v1.2.3-18-g5258