[Swift-commit] r4768 - trunk/src/org/griphyn/vdl/karajan
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Tue Jul 5 13:16:30 CDT 2011
Author: hategan
Date: 2011-07-05 13:16:30 -0500 (Tue, 05 Jul 2011)
New Revision: 4768
Modified:
trunk/src/org/griphyn/vdl/karajan/Loader.java
Log:
actually add the command line flag to the argument parser
Modified: trunk/src/org/griphyn/vdl/karajan/Loader.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/Loader.java 2011-07-05 18:13:55 UTC (rev 4767)
+++ trunk/src/org/griphyn/vdl/karajan/Loader.java 2011-07-05 18:16:30 UTC (rev 4768)
@@ -492,6 +492,8 @@
"information and low-level task messages");
ap.addFlag(ARG_MINIMAL_LOGGING, "Makes logging much more terse: " +
"reports warnings only");
+
+ ap.addFlag(ARG_PROVENANCE, "Enables provenance tracking.");
Map desc = VDL2ConfigProperties.getPropertyDescriptions();
Iterator i = desc.entrySet().iterator();
More information about the Swift-commit
mailing list