On Monday 11 January 2010, Edgar Grimberg wrote: > index 9cddb50..75c8152 100644 > --- a/src/flash/nor/str9x.c > +++ b/src/flash/nor/str9x.c > @@ -679,7 +679,7 @@ COMMAND_HANDLER(str9x_handle_flash_config_command) > > static const struct command_registration str9x_config_command_handlers[] = { > { > - .name = "disable_jtag", > + .name = "flash_config",
This bug was already fixed ... > .handler = &str9x_handle_flash_config_command, > .mode = COMMAND_EXEC, > .help = "configure str9x flash controller", ... though I'm not sure how many other commands accidentally got renamed like that. Catching that particular goof was just a side effect of auditing the usage messages, since that was so clearly incorrect. _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development