Fix examples
This commit is contained in:
parent
2ce8578da5
commit
ce3a80b747
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user