static FlashType flashType = FLASH_INVALID;
-static const char trbflash_version[] = "$Revision: 1.13 $";
+static const char trbflash_version[] = "$Revision: 1.14 $";
/* ------ Local Functions ----------------------------------------------- */
trb_debug = strtoul(optarg, NULL, 0);
break;
case 'V':
- printf("trbflash %s using libtrbnet %s\n",
- trbflash_version, trbnet_version);
+ printf("%s %s using libtrbnet %s\n",
+ basename(argv[0], trbflash_version, trbnet_version);
exit(EXIT_SUCCESS);
break;
default: