cmd: add missing usage var
[fw/openocd] / src / flash / nor / at91sam7.c
index 2b822b7d2d703b473180932de2be61f6c83a4df5..c2506be35a01b4741078476e548b76d45c3ea234 100644 (file)
@@ -1287,6 +1287,7 @@ static const struct command_registration at91sam7_command_handlers[] = {
                .name = "at91sam7",
                .mode = COMMAND_ANY,
                .help = "at91sam7 flash command group",
+               .usage = "",
                .chain = at91sam7_exec_command_handlers,
        },
        COMMAND_REGISTRATION_DONE