Fix examples

This commit is contained in:
Olaf Rempel 2021-03-02 13:22:52 +01:00
parent 2ce8578da5
commit ce3a80b747
3 changed files with 3 additions and 3 deletions

View File

@ -193,7 +193,7 @@ static int funk_optarg_cb(int val, const char *arg, void *privdata)
" -n - disable verify after write\n" " -n - disable verify after write\n"
" -p <0|1|2> - progress bar mode\n" " -p <0|1|2> - progress bar mode\n"
"\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"); "\n");
return -1; return -1;

View File

@ -109,7 +109,7 @@ static int mpm_optarg_cb(int val, const char *arg, void *privdata)
" -n - disable verify after write\n" " -n - disable verify after write\n"
" -p <0|1|2> - progress bar mode\n" " -p <0|1|2> - progress bar mode\n"
"\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"); "\n");
return -1; return -1;

View File

@ -545,7 +545,7 @@ static int twi_optarg_cb(int val, const char *arg, void *privdata)
" -n - disable verify after write\n" " -n - disable verify after write\n"
" -p <0|1|2> - progress bar mode\n" " -p <0|1|2> - progress bar mode\n"
"\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"); "\n");
return -1; return -1;