X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fnumicro.c;h=47f9a8826c9a7f817c24d38a37ab7950b71acc9c;hp=8d8abd5ed83eb72b1992e8cb4ea0bf59ab123500;hb=b61e454869c988e7fafc1c16982ccfec04415b51;hpb=b6ea92247de948579715379abb591e61e887e7a5 diff --git a/src/flash/nor/numicro.c b/src/flash/nor/numicro.c index 8d8abd5ed8..47f9a8826c 100644 --- a/src/flash/nor/numicro.c +++ b/src/flash/nor/numicro.c @@ -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 };