fixed wrong name for "pos" options destination

This commit is contained in:
Philip Eisenlohr 2017-08-15 16:11:21 -04:00
parent e6cc948ddf
commit 4eff7cfdd8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ parser.add_option('-b',
help = 'blacklist of grain IDs')
parser.add_option('-p',
'--pos', '--seedposition',
dest = 'position',
dest = 'pos',
type = 'string', metavar = 'string',
help = 'label of coordinates [%default]')