From e1af6d34e4a1a6e1aca8ec39417e5008e52f8c79 Mon Sep 17 00:00:00 2001 From: blocovin Date: Wed, 12 Feb 2020 12:15:15 +0100 Subject: [PATCH] Update IfcConvert documentation --- 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 64cce0bf12..0283a9e80a 100644 --- a/src/ifcconvert/IfcConvert.cpp +++ b/src/ifcconvert/IfcConvert.cpp @@ -345,8 +345,8 @@ int main(int argc, char** argv) { "Order the elements using their IfcBuildingStorey parent. " "Applicable for DAE output.") ("center-model", - "Centers the elements upon serialization by applying the center point of " - "all placements as an offset. Applicable for OBJ and DAE output. Can take several minutes on large models.") + "Centers the elements by applying the center point of all placements as an offset." + "Can take several minutes on large models.") ("model-offset", po::value(&offset_str), "Applies an arbitrary offset of form 'x;y;z' to all placements.") ("model-rotation", po::value(&rotation_str),