From: hadaq Date: Thu, 29 Jul 2010 15:56:46 +0000 (+0000) Subject: update X-Git-Tag: v6.0~216 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=9a6ef231b2f13548412bb1f40e524acfb22fc43d;p=trbnettools.git update --- diff --git a/libtrbnet/trbflash.c b/libtrbnet/trbflash.c index facb4e8..dd2e4da 100644 --- a/libtrbnet/trbflash.c +++ b/libtrbnet/trbflash.c @@ -97,7 +97,7 @@ static const char FlashTypeStr[16][32] = static FlashType flashType = FLASH_INVALID; static uint32_t manId = 0; -static const char trbflash_version[] = "$Revision: 2.22 $"; +static const char trbflash_version[] = "$Revision: 2.23 $"; static uint32_t mdcFlashSelect = 1; @@ -1079,7 +1079,7 @@ void usage(const char *progName) printf(" -y assume yes to all questions which might will be asked\n"); printf(" -f do not validate FirmwareId of ImageFile (DON'T USE, for " "EXPERTS ONLY)\n"); - printf(" -v skip verifying after programming\n"); + printf(" -v skip verify after programming\n"); printf(" -h give this help\n"); printf(" -V Version number\n"); printf("\nCommands:\n");