diff --git a/funkboot.c b/funkboot.c index 119925c..17daebf 100644 --- a/funkboot.c +++ b/funkboot.c @@ -193,7 +193,7 @@ static int funk_optarg_cb(int val, const char *arg, void *privdata) " -n - disable verify after write\n" " -p <0|1|2> - progress bar mode\n" "\n" - "Example: funkboot -d /dev/ttyUSB0 -a 0x22 -w flash:blmc.hex -w flash:blmc_eeprom.hex\n" + "Example: funkboot -d /dev/ttyUSB0 -a 0x22 -w flash:blmc.hex -w eeprom:blmc_eeprom.hex\n" "\n"); return -1; diff --git a/mpmboot.c b/mpmboot.c index dab5de7..af2e202 100644 --- a/mpmboot.c +++ b/mpmboot.c @@ -109,7 +109,7 @@ static int mpm_optarg_cb(int val, const char *arg, void *privdata) " -n - disable verify after write\n" " -p <0|1|2> - progress bar mode\n" "\n" - "Example: mpmboot -d /dev/ttyUSB0 -a 0x22 -w flash:blmc.hex -w flash:blmc_eeprom.hex\n" + "Example: mpmboot -d /dev/ttyUSB0 -a 0x22 -w flash:blmc.hex -w eeprom:blmc_eeprom.hex\n" "\n"); return -1; diff --git a/twiboot.c b/twiboot.c index 0aa5e87..2e58b52 100644 --- a/twiboot.c +++ b/twiboot.c @@ -545,7 +545,7 @@ static int twi_optarg_cb(int val, const char *arg, void *privdata) " -n - disable verify after write\n" " -p <0|1|2> - progress bar mode\n" "\n" - "Example: twiboot -a 0x22 -w flash:blmc.hex -w flash:blmc_eeprom.hex\n" + "Example: twiboot -a 0x22 -w flash:blmc.hex -w eeprom:blmc_eeprom.hex\n" "\n"); return -1;