From: hadaq Date: Tue, 6 Jul 2010 15:40:09 +0000 (+0000) Subject: Usage fixed. Sergey. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a8adb1063ffec22bb0e8b2670f7c264b0e4a247a;p=daqdata.git Usage fixed. Sergey. --- diff --git a/hadaq/evtbuild.c b/hadaq/evtbuild.c index c794ae8..08fde58 100644 --- a/hadaq/evtbuild.c +++ b/hadaq/evtbuild.c @@ -1,4 +1,4 @@ -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 @@ -230,6 +230,7 @@ static void usage(const char *progName) 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"); @@ -244,6 +245,7 @@ static void usage(const char *progName) 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]"); @@ -252,7 +254,6 @@ static void usage(const char *progName) 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].");