]> git.sur5r.net Git - openocd/blobdiff - src/flash/nor/tcl.c
LPC2000: rename "r13_svc" as "sp_svc"
[openocd] / src / flash / nor / tcl.c
index 5ba941b36f4e528a53b598c08c76dc9dafe1e78d..6ab710bb61ad058f81432aea13927f7327362c2c 100644 (file)
@@ -726,7 +726,7 @@ static const struct command_registration flash_exec_command_handlers[] = {
                .name = "write_image",
                .handler = &handle_flash_write_image_command,
                .mode = COMMAND_EXEC,
-               .usage = "<bank> [erase] [unlock] <file> [offset] [type]",
+               .usage = "[erase] [unlock] <file> [offset] [type]",
                .help = "write an image to flash"
        },
        {