Print

Print


Author: [log in to unmask]
Date: Tue Dec  2 16:08:46 2014
New Revision: 1633

Log:
clarify description

Modified:
    java/trunk/evio/src/main/java/org/hps/evio/EvioToLcio.java

Modified: java/trunk/evio/src/main/java/org/hps/evio/EvioToLcio.java
 =============================================================================
--- java/trunk/evio/src/main/java/org/hps/evio/EvioToLcio.java	(original)
+++ java/trunk/evio/src/main/java/org/hps/evio/EvioToLcio.java	Tue Dec  2 16:08:46 2014
@@ -75,7 +75,7 @@
         options.addOption(new Option("d", true, "The name of the detector to use for LCSim conditions"));
         options.addOption(new Option("R", true, "A run number which will override those found in the input files"));
         options.addOption(new Option("x", true, "The XML steeering file to process the LCIO events"));
-        options.addOption(new Option("n", true, "Maximum number of events to process"));
+        options.addOption(new Option("n", true, "Maximum number of events to process per input file"));
         options.addOption(new Option("D", true, "Pass a variable to the steering file with format -Dname=value"));
         options.addOption(new Option("r", false, "Interpret steering from -x argument as a resource instead of a file"));
         options.addOption(new Option("L", true, "Set the log level (INFO, FINE, FINEST, etc.)"));