]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
minor change. Sergey.
authorhadaq <hadaq>
Wed, 23 Jul 2008 13:55:40 +0000 (13:55 +0000)
committerhadaq <hadaq>
Wed, 23 Jul 2008 13:55:40 +0000 (13:55 +0000)
hadaq/evtbuild.c

index 852703157a3bfd2fea3e7e3e905ae3102130b12b..194039f03f1339f6c8769ba4491e837a6744ac60 100644 (file)
@@ -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)