[Rivet-svn] r3043 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Apr 6 12:00:33 BST 2011


Author: buckley
Date: Wed Apr  6 12:00:33 2011
New Revision: 3043

Log:
Clarify --install and --no-install option default value

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Mon Apr  4 16:47:34 2011	(r3042)
+++ bootstrap/rivet-bootstrap	Wed Apr  6 12:00:33 2011	(r3043)
@@ -153,7 +153,7 @@
 parser.add_option("--ignore-lcgext", action="store_true", default=False, dest="IGNORE_LCG",
                   help="Always bootstrap from sources, even if LCG versions are available [%default]")
 parser.add_option("--no-install-rivet", action="store_false", default=True, dest="INSTALL_RIVET",
-                  help="Don't install Rivet! Useful to set up required packages, or AGILe only [%default]")
+                  help="Don't install Rivet! Useful to set up required packages, or AGILe only [install=%default]")
 parser.add_option("--rivet-version", default="1.5.0", dest="RIVET_VERSION",
                   help="Explicitly specify version of Rivet to get and use [%default]")
 parser.add_option("--rivet-url", default="http://www.hepforge.org/archive/rivet/",
@@ -163,7 +163,7 @@
 parser.add_option("--build-unvalidated", default=False, action="store_true",
                   dest="BUILD_UNVALIDATED", help="Build the unvalidated collection of Rivet analyses [%default]")
 parser.add_option("--install-agile", action="store_true", default=False, dest="INSTALL_AGILE",
-                  help="Install the AGILe interface system for Fortran generators [%default]")
+                  help="Install the AGILe interface system for Fortran generators [install=%default]")
 parser.add_option("--agile-version", default="1.2.1", dest="AGILE_VERSION",
                   help="Explicitly specify version of AGILe to get and use [%default]")
 parser.add_option("--agile-url", default="http://www.hepforge.org/archive/agile/",


More information about the Rivet-svn mailing list