From de9a9cdb31c21795756b78c6c51531c6574cd523 Mon Sep 17 00:00:00 2001 From: T-Britton Date: Thu, 26 Oct 2017 09:19:43 -0400 Subject: [PATCH] Update gluex_MC.py --- MCwrapper/gluex_MC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCwrapper/gluex_MC.py b/MCwrapper/gluex_MC.py index db3b98c6..18db6f21 100755 --- a/MCwrapper/gluex_MC.py +++ b/MCwrapper/gluex_MC.py @@ -173,7 +173,7 @@ def showhelp(): ########################################################## MAIN ########################################################## def main(argv): - parser_usage = "gluex_MC.py config_file Run_Number num_events [all other options]\n\n where [all other options] are:\n\n " + parser_usage = "gluex_MC.py config_file Run_Number/Range num_events [all other options]\n\n where [all other options] are:\n\n " parser_usage += showhelp() parser = OptionParser(usage = parser_usage) (options, args) = parser.parse_args(argv)