]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
bugfix
authorhadaq <hadaq>
Mon, 22 Aug 2011 17:33:18 +0000 (17:33 +0000)
committerhadaq <hadaq>
Mon, 22 Aug 2011 17:33:18 +0000 (17:33 +0000)
libtrbnet/trbcmd.c

index e16a7b00abd1e8e118bc9cfe9ba5d25b7673a426..c34b826930424283e323cdd8dd665cecd59a9f81 100644 (file)
@@ -25,7 +25,7 @@
 
 static int hexMode = HEXMODE;
 
-static const char trbcmd_version[] = "$Revision: 2.69 $";
+static const char trbcmd_version[] = "$Revision: 2.70 $";
 
 #define BACKLOG 10
 static uint16_t tcp_port = 55555;
@@ -196,10 +196,10 @@ int start(int argc, char **argv)
   int i;
 
 #ifdef PEXOR
-  const char optString[] = "+hf:n:d:HMVD";
+  const char optString[] = "+hf:n:d:s:HMVD";
   pexor_dma = 1;
 #else
-  const char optString[] = "+hf:n:d:HMV";
+  const char optString[] = "+hf:n:d:s:HMV";
 #endif
 
   trb_debug = 0;