]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
update
authorhadaq <hadaq>
Wed, 2 Sep 2009 21:33:27 +0000 (21:33 +0000)
committerhadaq <hadaq>
Wed, 2 Sep 2009 21:33:27 +0000 (21:33 +0000)
libtrbnet/trbcmd.c

index 479555770fe4225a93958296da714fe578542c2b..7da084bd050f957fe63e4b3a2b063cadb04729e9 100644 (file)
@@ -17,7 +17,7 @@
 
 static int hexMode = HEXMODE;
 
-static const char trbcmd_version[] = "$Revision: 2.20 $";
+static const char trbcmd_version[] = "$Revision: 2.21 $";
 
 /* ------ MAIN ---------------------------------------------------------- */
 
@@ -109,7 +109,8 @@ int main(int argc, char ** argv)
       hexMode = 1;
       break;
     case 'V':
-      printf("trbcmd %s, using libtrbnet %s\n", trbcmd_version, trbnet_version);
+      printf("%s %s, using libtrbnet %s\n",
+             basename(argv[0]), trbcmd_version, trbnet_version);
       exit(EXIT_SUCCESS);
       break;
     default: