From 3628deb30e93a41704424e67a1a8041c1a2cf8bf Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Fri, 23 Dec 2016 17:46:16 -0500 Subject: [PATCH] changed option name from "no-config" to more common "without-config" --- processing/pre/geom_fromVoronoiTessellation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/pre/geom_fromVoronoiTessellation.py b/processing/pre/geom_fromVoronoiTessellation.py index 9c16a6213..95fb1cab7 100755 --- a/processing/pre/geom_fromVoronoiTessellation.py +++ b/processing/pre/geom_fromVoronoiTessellation.py @@ -178,7 +178,7 @@ parser.add_option_group(group) group = OptionGroup(parser, "Configuration","") -group.add_option('--no-config', +group.add_option('--without-config', dest = 'config', action = 'store_false', help = 'omit material configuration header')