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')