diff --git a/src/flash/nor/tcl.c b/src/flash/nor/tcl.c index 5ba941b36..6ab710bb6 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 = " [erase] [unlock] [offset] [type]", + .usage = "[erase] [unlock] [offset] [type]", .help = "write an image to flash" }, {