[Rivet-svn] r2718 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sat Oct 16 12:22:34 BST 2010


Author: buckley
Date: Sat Oct 16 12:22:34 2010
New Revision: 2718

Log:
Changing verbosity flags to match other CEDAR packages

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Sat Oct 16 12:19:33 2010	(r2717)
+++ bootstrap/rivet-bootstrap	Sat Oct 16 12:22:34 2010	(r2718)
@@ -187,9 +187,9 @@
                   help="Don't use a system copy of Boost (NB. it takes a long time to build) [%default]")
 parser.add_option("--boost-version", default="1.42.0", dest="BOOST_VERSION",
                   help="Explicitly specify version of Boost to use from LCG (or to get if --install-boost is used) [%default]")
-parser.add_option("-V", "--verbose", action="store_const", const=logging.DEBUG, dest="LOGLEVEL",
+parser.add_option("-v", "--verbose", action="store_const", const=logging.DEBUG, dest="LOGLEVEL",
                   default=logging.INFO, help="print debug (very verbose) messages")
-parser.add_option("-Q", "--quiet", action="store_const", const=logging.WARNING, dest="LOGLEVEL",
+parser.add_option("-q", "--quiet", action="store_const", const=logging.WARNING, dest="LOGLEVEL",
                   default=logging.INFO, help="be very quiet")
 opts, args = parser.parse_args()
 


More information about the Rivet-svn mailing list