X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fflash.c;h=a850ced94fa5f2ae163c0d48577d46573eae937e;hp=d93c4efaa5966f43793ae9b3cbc812a71589d310;hb=fb1a9b2cb2f844a17d26dfeb3d26849364d93e26;hpb=8959de9f679cfd0436d731fd91b88a68b9a75fa6 diff --git a/src/flash/flash.c b/src/flash/flash.c index d93c4efaa5..a850ced94f 100644 --- a/src/flash/flash.c +++ b/src/flash/flash.c @@ -197,7 +197,7 @@ int flash_init_drivers(struct command_context_s *cmd_ctx) register_command(cmd_ctx, flash_cmd, "write_image", handle_flash_write_image_command, COMMAND_EXEC, "write_image [erase] [offset] [type]"); register_command(cmd_ctx, flash_cmd, "protect", handle_flash_protect_command, COMMAND_EXEC, - "set protection of sectors at "); + "set protection of sectors at "); } return ERROR_OK;