NOR TCL: fix usage message

The command "flash bank" has updated syntax.
Add the mandatory parameter <target> to the usage message
that prints in case of error.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Antonio Borneo 2010-03-26 15:54:33 +08:00 committed by Øyvind Harboe
parent 27b98c2fa5
commit a092e8d237
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ COMMAND_HANDLER(handle_flash_bank_command)
if (CMD_ARGC < 7)
{
LOG_ERROR("usage: flash bank <name> <driver> "
"<base> <size> <chip_width> <bus_width>");
"<base> <size> <chip_width> <bus_width> <target>");
return ERROR_COMMAND_SYNTAX_ERROR;
}
// save bank name and advance arguments for compatibility