cmd: add missing usage var
[fw/openocd] / src / flash / nor / str9xpec.c
index 0e095a30434e4e1ed4a09ec08538c69b8a242e32..fc2ed3590f4dd772e910e2cc5913c1c636f08dfc 100644 (file)
@@ -1279,6 +1279,7 @@ static const struct command_registration str9xpec_command_handlers[] = {
                .name = "str9xpec",
                .mode = COMMAND_ANY,
                .help = "str9xpec flash command group",
+               .usage = "",
                .chain = str9xpec_config_command_handlers,
        },
        COMMAND_REGISTRATION_DONE