From: hadaq Date: Wed, 23 Jul 2008 13:55:40 +0000 (+0000) Subject: minor change. Sergey. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=6f52d5ca2e68d0e70490b4fcf622ba937d06e623;p=daqdata.git minor change. Sergey. --- diff --git a/hadaq/evtbuild.c b/hadaq/evtbuild.c index 8527031..194039f 100644 --- a/hadaq/evtbuild.c +++ b/hadaq/evtbuild.c @@ -1,5 +1,5 @@ static char *rcsId = - "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.91 2008-07-23 13:49:02 hadaq Exp $"; + "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.92 2008-07-23 13:55:40 hadaq Exp $"; #define _POSIX_C_SOURCE 199309L @@ -200,6 +200,7 @@ static void usage (const char *progName) syslog (LOG_ERR, "Usage: [--lustre path_to_lustre] path to the file on the Lustre cluster"); syslog (LOG_ERR, "Usage: [--ebnum] number of the event builder"); syslog (LOG_ERR, "Usage: [--orapath path] path to eb_runinfo2ora.txt"); + syslog (LOG_ERR, "Usage: [--ignore] ignore trigger mismatch conditions"); } static void argsDump (TheArgs * my)