From 50ea73a28f98ea444b554d2130a2727f636c503b Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 4 Mar 2017 14:16:54 +0100 Subject: [PATCH] Update IfcConvert help text --- src/ifcconvert/IfcConvert.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcconvert/IfcConvert.cpp b/src/ifcconvert/IfcConvert.cpp index 333150473b..6ec5660ebf 100644 --- a/src/ifcconvert/IfcConvert.cpp +++ b/src/ifcconvert/IfcConvert.cpp @@ -221,10 +221,10 @@ int main(int argc, char** argv) "Currently supported arguments are GlobalId, Name, Description, and Tag.\n\n" "The values for 'layers' and 'arg' are handled case-sensitively (wildcards supported)." "--include and --exclude cannot be placed right before input file argument and " - "only single of each argument supported for now. See also --exclude and --traverse.") + "only single of each argument supported for now. See also --exclude.") ("include+", po::value(&include_traverse_filter)->multitoken(), "Same as --include but applies filtering also to the decomposition and/or containment (IsDecomposedBy, " - "HasOpenings, FillsVoid, ContainedInStructure) of the filtered entity, e.g. --include+=names \"Level 1\" " + "HasOpenings, FillsVoid, ContainedInStructure) of the filtered entity, e.g. --include+=arg Name \"Level 1\" " "includes entity with name \"Level 1\" and all of its children. See --include for more information. ") ("exclude", po::value(&exclude_filter)->multitoken(), "Specifies that the entities that match a specific filtering criteria are to be excluded in the geometrical output."