From: hadaq Date: Wed, 21 Oct 2009 00:38:06 +0000 (+0000) Subject: update X-Git-Tag: v6.0~319 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=8c80b0a23a10b33c24e46f35910695db2a09c04a;p=trbnettools.git update --- diff --git a/libtrbnet/trbcmd.c b/libtrbnet/trbcmd.c index 3db2cca..1cbccc9 100644 --- a/libtrbnet/trbcmd.c +++ b/libtrbnet/trbcmd.c @@ -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");