renamed the keyword for the make options from make to options

This commit is contained in:
Martin Diehl 2012-11-13 17:26:25 +00:00
parent 93a5a0be50
commit 0c87fc16f4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Writes version specific files for different MARC releases, adjustes the make fil
parser.add_option('-c', '--compile', dest='spectralCompile', action='store_true', \
help='compiles the spectral solver [%default]')
parser.add_option('-m', '--make', dest='makeOptions', action='extend', type='string', \
parser.add_option('-o', '--options', dest='makeOptions', action='extend', type='string', \
metavar="KEY=VALUE", \
help='comma-separated list of options passed to Makefile when compiling spectral code %default')
parser.set_defaults(spectralCompile = False)