]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
queue size in MB. Sergey.
authorhadaq <hadaq>
Wed, 7 Jul 2010 08:43:14 +0000 (08:43 +0000)
committerhadaq <hadaq>
Wed, 7 Jul 2010 08:43:14 +0000 (08:43 +0000)
hadaq/evtbuild.c

index 9d5e084d418bec70f62690f30b7e26b5e83c03cb..0c8122df9fac9b50bae6e59298cc06c2aeeb1fa1 100644 (file)
@@ -1,4 +1,4 @@
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.118 2010-07-06 16:48:59 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.119 2010-07-07 08:43:14 hadaq Exp $";
 
 #define _POSIX_C_SOURCE 199309L
 #define SYSLOG_NAMES
@@ -233,7 +233,7 @@ static void usage(const char *progName)
        syslog(LOG_ERR, "       [--filesize max_size]        Maximum size of output file in MB.");
        syslog(LOG_ERR, "       [-q queueSize]               Size of the queue (shared memory segments) in MBytes.");
        syslog(LOG_ERR, "       [-Q queueNr:queueSize]       Set different queue sizes in MB for different queue numbers,");
-       syslog(LOG_ERR, "                                    example: -Q 2:1000000 -Q 4:4000000 -Q 5:12000000");
+       syslog(LOG_ERR, "                                    example: -Q 2:4 -Q 4:8 -Q 5:12");
        syslog(LOG_ERR, "       [-r runNumber]");
        syslog(LOG_ERR, "       [-S|--shmname shmem_name]    Extension of shared memory segment name.");
        syslog(LOG_ERR, "       [-a (agent)] [-p priority]");