diff --git a/urjtag/ChangeLog b/urjtag/ChangeLog index 6df72e4c..a4d1edf9 100644 --- a/urjtag/ChangeLog +++ b/urjtag/ChangeLog @@ -1,6 +1,6 @@ 2009-06-15 Arnim Laeuger - * src/bus/mpc824x.c: experimental support for x16 mode + * src/bus/mpc824x.c: experimental support for x16 mode, including help 2009-06-13 Rutger Hofman diff --git a/urjtag/src/bus/mpc824x.c b/urjtag/src/bus/mpc824x.c index 2478af0e..dd3f9883 100644 --- a/urjtag/src/bus/mpc824x.c +++ b/urjtag/src/bus/mpc824x.c @@ -131,7 +131,7 @@ mpc824x_bus_new (urj_chain_t *chain, const urj_bus_driver_t *driver, case URJ_BUS_PARAM_KEY_HELP: urj_log (URJ_LOG_LEVEL_NORMAL, _("Usage: initbus mpc824x [width=WIDTH] [revbits] [dbgAddr] [dbgData]\n\n" - " WIDTH data bus width - 8, 32, 64 (default 8)\n" + " WIDTH data bus width - 8, 16, 32, 64 (default 8)\n" " revbits reverse bits in data bus (default - no)\n" " dbgAddr display address bus state (default - no)\n" " dbgData display data bus state (default - no)\n"));