[Rivet-svn] r2830 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Dec 7 17:08:47 GMT 2010


Author: buckley
Date: Tue Dec  7 17:08:47 2010
New Revision: 2830

Log:
Add --show-analyses as an alias for --show-analysis, following a comment at the ATLAS tutorial.

Modified:
   trunk/bin/rivet

Modified: trunk/bin/rivet
==============================================================================
--- trunk/bin/rivet	Tue Dec  7 15:23:28 2010	(r2829)
+++ trunk/bin/rivet	Tue Dec  7 17:08:47 2010	(r2830)
@@ -86,7 +86,7 @@
                   default=False, help="show the list of available analyses' names. With -v, it shows the descriptions, too")
 parser.add_option("--list-used-analyses", action="store_true", dest="LIST_USED_ANALYSES",
                   default=False, help="list the analyses used by this command (after subtraction of inappropriate ones)")
-parser.add_option("--show-analysis", dest="SHOW_ANALYSES", action="append",
+parser.add_option("--show-analysis", "--show-analyses", dest="SHOW_ANALYSES", action="append",
                   default=[], help="show the details of an analysis")
 parser.add_option("--runname", dest="RUN_NAME", default=None, metavar="NAME",
                   help="give an optional run name, to be prepended as a 'top level directory' in histo paths")


More information about the Rivet-svn mailing list