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

index 3db2ccabac08e9e4f6815f94d3ef1664bac34d2f..1cbccc90b8275363265db530bb45261a1687ac84 100644 (file)
@@ -16,7 +16,7 @@
 
 static int hexMode = HEXMODE;
 
-static const char trbcmd_version[] = "$Revision: 2.31 $";
+static const char trbcmd_version[] = "$Revision: 2.32 $";
 
 /* ---- User Buffer Size ----------------------------------------------- */
 
@@ -33,13 +33,14 @@ void usage(const char *progName)
   printf("  -h    give this help\n");
   printf("  -f    execute commands given in script-file\n");
   printf("  -n    repeat COMMAND number times, -1 = endless loop\n");
-  printf("  -M    turn on BigMemoryMode (TRB-Boards with > 32MByte Memory)\n");
+  printf("  -M    turn on HighMemoryMode (maximum usage is 20MByte, default: "
+         "3MByte)\n");
   printf("  -d    turn on Debugging Information\n");
   printf("        level 1: TRB_Package debugging\n");          
   printf("        level 2: +FIFO debugging\n");                 
   printf("  -D    FIFO DMA-Mode\n");
   printf("  -l    lazy-mode: skip most consistency-checks of packages\n");
-  printf("  -H    hex-mode: all following arguments will be interpreted "
+  printf("  -H    hex-mode: all arguments will be interpreted "
          "as hexadecimal-numbers\n");
   printf("  -V    Version number\n");
   printf("\nCommands:\n");