changed option name from "no-config" to more common "without-config"
This commit is contained in:
parent
cbef4034a4
commit
3628deb30e
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue