cmd: add missing usage var
[fw/openocd] / src / flash / nor / tms470.c
index b28aee434625ce86e692b18cf003a76cc6ef43ca..393ca76e5a9b7688cff878c75ba8618b8dd830bb 100644 (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