]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
update
authorhadaq <hadaq>
Thu, 17 Sep 2009 21:17:35 +0000 (21:17 +0000)
committerhadaq <hadaq>
Thu, 17 Sep 2009 21:17:35 +0000 (21:17 +0000)
trbrich/trbflash.c

index d0ce5d78d9b6a3828f47bb4848a62782070ebd2a..3866044d370f776c56c33a37c68867d74d4a6041 100644 (file)
@@ -63,7 +63,7 @@ static const char FlashTypeStr[][16] = {"INVALID", "ADCM1", "ADCM2", "MDC"};
 
 static FlashType flashType = FLASH_INVALID; 
 
-static const char trbflash_version[] = "$Revision: 2.06 $"; 
+static const char trbflash_version[] = "$Revision: 2.07 $"; 
 
 static uint32_t mdcFlashSelect = 1;
 
@@ -879,7 +879,7 @@ static int selectMdcFlashRom(uint16_t trb_address, uint8_t number) {
 
 void usage(const char *progName)
 {
-  printf("Usage: %s [-h] <COMMAND>\n",
+  printf("Usage: %s [-h] [-V] <COMMAND>\n",
          progName);
   printf("Options:\n");
   printf("  -g    select 'FlashRom #0 (the 'Golden Image') "