cmd: add missing usage var
[fw/openocd] / src / flash / nor / stm32f1x.c
index 738c2dac7037663550822f0b16f443b4639dad44..b4ec93f6339754e9f69778e47923be747f1b6784 100644 (file)
@@ -1671,6 +1671,7 @@ static const struct command_registration stm32x_command_handlers[] = {
                .name = "stm32f1x",
                .mode = COMMAND_ANY,
                .help = "stm32f1x flash command group",
+               .usage = "",
                .chain = stm32x_exec_command_handlers,
        },
        COMMAND_REGISTRATION_DONE