cmd: add missing usage var
[fw/openocd] / src / flash / nor / avrf.c
index 1ade45267deffd78d778b464e5e592406137a134..462aee2c88bc9b699fa2b06c38a8145dcc6d3f37 100644 (file)
@@ -492,6 +492,7 @@ static const struct command_registration avrf_command_handlers[] = {
                .name = "avrf",
                .mode = COMMAND_ANY,
                .help = "AVR flash command group",
+               .usage = "",
                .chain = avrf_exec_command_handlers,
        },
        COMMAND_REGISTRATION_DONE