From ce3a80b747852f087b235b849d03d5c10838a27c Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Tue, 2 Mar 2021 13:22:52 +0100 Subject: [PATCH] Fix examples --- funkboot.c | 2 +- mpmboot.c | 2 +- twiboot.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;