[Rivet-svn] r2722 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Oct 22 12:38:51 BST 2010


Author: buckley
Date: Fri Oct 22 12:38:50 2010
New Revision: 2722

Log:
Clarify that multiple HepMC file arguments should work

Modified:
   trunk/bin/rivet

Modified: trunk/bin/rivet
==============================================================================
--- trunk/bin/rivet	Tue Oct 19 20:11:38 2010	(r2721)
+++ trunk/bin/rivet	Fri Oct 22 12:38:50 2010	(r2722)
@@ -4,9 +4,9 @@
 Run Rivet analyses on inputted events from file or Unix pipe
 
 Examples:
-  %prog [options] <hepmcfile>
+  %prog [options] <hepmcfile> [<hepmcfile2> ...]
   my_generator -o myfifo & \ %prog [options] myfifo
-  agile-runmc <genname> -n 100k | %prog [options]
+  agile-runmc <genname> -n 100k -o- | %prog [options]
 
 ENVIRONMENT:
  * RIVET_ANALYSIS_PATH: list of paths to be searched for plugin


More information about the Rivet-svn mailing list