fixed wrong name for "pos" options destination
This commit is contained in:
parent
e6cc948ddf
commit
4eff7cfdd8
|
@ -31,7 +31,7 @@ parser.add_option('-b',
|
||||||
help = 'blacklist of grain IDs')
|
help = 'blacklist of grain IDs')
|
||||||
parser.add_option('-p',
|
parser.add_option('-p',
|
||||||
'--pos', '--seedposition',
|
'--pos', '--seedposition',
|
||||||
dest = 'position',
|
dest = 'pos',
|
||||||
type = 'string', metavar = 'string',
|
type = 'string', metavar = 'string',
|
||||||
help = 'label of coordinates [%default]')
|
help = 'label of coordinates [%default]')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue