diff options
Diffstat (limited to 'src/flash')
-rw-r--r-- | src/flash/nor/tcl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/tcl.c b/src/flash/nor/tcl.c index 5ba941b3..6ab710bb 100644 --- a/src/flash/nor/tcl.c +++ b/src/flash/nor/tcl.c @@ -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" }, { |