-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.116 2010-07-06 15:36:37 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.117 2010-07-06 15:40:09 hadaq Exp $";
#define _POSIX_C_SOURCE 199309L
#define SYSLOG_NAMES
syslog(LOG_ERR, " [-f slowCtrlFile ...]");
syslog(LOG_ERR, " [-o outPath] Output path for writing data on the local hard disk.");
syslog(LOG_ERR, " [-d null|tape|file|stdout] Type of data output.");
+ 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 Bytes.");
syslog(LOG_ERR, " [-Q queueNr:queueSize] Set different queue sizes for different queue numbers,");
syslog(LOG_ERR, " example: -Q 2:1000000 -Q 4:4000000 -Q 5:12000000");
syslog(LOG_ERR, " [--lustre path_to_lustre] Output path for writing data on the Lustre cluster (if mounted).");
syslog(LOG_ERR, " [--orapath path] Path to eb_runinfo2ora.txt for writing data to Oracle.");
syslog(LOG_ERR, " [--ignore] Ignore trigger mismatch conditions.");
+ syslog(LOG_ERR, " [--multidisk] Write data to a disk number provided by daq_disks via shared memory.");
syslog(LOG_ERR, "");
syslog(LOG_ERR, "Options for debugging:");
syslog(LOG_ERR, " [-v debug|info|notice|warning|err|alert|crit|emerg]");
syslog(LOG_ERR, " [--debug word] Print debug words from the discarded events.");
syslog(LOG_ERR, "");
syslog(LOG_ERR, "Options for second data stream with a fraction of the data:");
- syslog(LOG_ERR, " [--filesize max_size] Maximum size of output file in MB.");
syslog(LOG_ERR, " [--resnumevents evt_num] Maximum number of events in a resfile");
syslog(LOG_ERR, " [--respath path] Path for the res directory.");
syslog(LOG_ERR, " [--secsizelimit max_size] Maximum size of second directory with the mirrored data [in MB].");