Set empty usage field for commands that do not need parameters
[fw/openocd] / src / flash / nor / numicro.c
index 8d8abd5ed83eb72b1992e8cb4ea0bf59ab123500..47f9a8826c9a7f817c24d38a37ab7950b71acc9c 100644 (file)
@@ -1856,6 +1856,7 @@ static const struct command_registration numicro_exec_command_handlers[] = {
                .handler = numicro_handle_chip_erase_command,
                .mode = COMMAND_EXEC,
                .help = "chip erase through ISP.",
+               .usage = "",
        },
        COMMAND_REGISTRATION_DONE
 };