Skip to content

Commit

Permalink
Update gluex_MC.py
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Britton authored Oct 26, 2017
1 parent 0b131d4 commit de9a9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCwrapper/gluex_MC.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit de9a9cd

Please sign in to comment.