Fix --exclude=arg when --traverse used also.

This commit is contained in:
Stinkfist0
2017-02-21 23:42:18 +02:00
committed by Thomas Krijnen
parent 4b5790e83a
commit 9074f25e93
2 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ int main(int argc, char** argv)
"to their associated IfcMaterialLayerSet.")
("include", po::value<inclusion_filter>(&include_filter)->multitoken(),
"Specifies that the entities that match a specific filtering criteria are to be included in the geometrical output:\n"
"1) 'entities': the following list of types should be included . SVG output defaults "
"1) 'entities': the following list of types should be included. SVG output defaults "
"to IfcSpace to be included. The entity names are handled case-insensitively.\n"
"2) 'layers': the entities that are assigned to presentation layers of which names "
"match the given values should be included.\n"