]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhadaq <hadaq>
Mon, 11 Oct 2010 15:42:32 +0000 (15:42 +0000)
committerhadaq <hadaq>
Mon, 11 Oct 2010 15:42:32 +0000 (15:42 +0000)
hadaq/evtbuild.c

index a97574cca95cef01cb2c6ff3c5e53d3114f4de21..71e281b6f01eb819800b81a38537b5f146135aa1 100644 (file)
@@ -1,4 +1,4 @@
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.138 2010-10-11 15:37:33 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.139 2010-10-11 15:42:32 hadaq Exp $";
 
 #define _POSIX_C_SOURCE 199309L
 #define SYSLOG_NAMES
@@ -145,8 +145,9 @@ static void usage(const char *progName)
        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, "       [--maxtrigmismatch number]   Maximum number of triggers allowed for missmatch.");
+       syslog(LOG_ERR, "       [--multidisk diskNr]         Write data to a disk number provided by daq_disks via shared memory.");
        syslog(LOG_ERR,
-                  "       [--multidisk diskNr]         Write data to a disk number provided by daq_disks via shared memory. The very first file will be written to diskNr provided via --multidisk option.");
+                  "                                    The very first file will be written to diskNr provided via --multidisk option.");
        syslog(LOG_ERR, "");
        syslog(LOG_ERR, "Options for debugging:");
        syslog(LOG_ERR, "       [-v debug|info|notice|warning|err|alert|crit|emerg]");