From 4eff7cfdd8c93e3798e26436669bffa9eff56c48 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Tue, 15 Aug 2017 16:11:21 -0400 Subject: [PATCH] fixed wrong name for "pos" options destination --- processing/pre/seeds_fromGeom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/pre/seeds_fromGeom.py b/processing/pre/seeds_fromGeom.py index 6a249065b..97d8615a1 100755 --- a/processing/pre/seeds_fromGeom.py +++ b/processing/pre/seeds_fromGeom.py @@ -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]')