@ -169,6 +171,8 @@ int main(int argc, char** argv) {
.addOption("remove-duplicates-fuzzy").setHelp("remove-duplicates-fuzzy","remove duplicate vertices with fuzzy comparison in the mesh after import","EPSILON")
.addOption('i',"importer-options").setHelp("importer-options","configuration options to pass to the importer","key=val,key2=val2,…")
.addArrayOption('c',"converter-options").setHelp("converter-options","configuration options to pass to the converter(s)","key=val,key2=val2,…")
.addOption("mesh","0").setHelp("mesh","mesh to import")
.addOption("level","0").setHelp("level","mesh level to import")
.addBooleanOption("info").setHelp("info","print info about the input file and exit")
.addBooleanOption('v',"verbose").setHelp("verbose","verbose output from importer and converter plugins")
.addBooleanOption("profile").setHelp("profile","measure import and conversion time")
@ -372,8 +376,8 @@ save its output; if no --converter is specified, AnySceneConverter is used.)")