mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
fix 'write_image' usage information
The 'flash write_image' command erroneously listed the bank number, when it actually uses target addresses to do that lookup for the user.
This commit is contained in:
@@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user