From 181d594205f91969b0effdbc97e3d689d28e4cb3 Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Wed, 11 Sep 2019 11:08:29 +0200 Subject: [PATCH] flash/nor/tcl: Fix usage of 'flash erase_sector' command Change-Id: I2141e377a0531cab8d1140049a2ee7721d30cfdc Signed-off-by: Marc Schink Reviewed-on: http://openocd.zylin.com/5299 Tested-by: jenkins Reviewed-by: Tomas Vanek --- src/flash/nor/tcl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flash/nor/tcl.c b/src/flash/nor/tcl.c index b336cffda7..bd313a0b5b 100644 --- a/src/flash/nor/tcl.c +++ b/src/flash/nor/tcl.c @@ -985,7 +985,7 @@ static const struct command_registration flash_exec_command_handlers[] = { .name = "erase_sector", .handler = handle_flash_erase_command, .mode = COMMAND_EXEC, - .usage = "bank_id first_sector_num last_sector_num", + .usage = "bank_id first_sector_num (last_sector_num|'last')", .help = "Erase a range of sectors in a flash bank.", }, { -- 2.30.2