From 65160f9bb49d860b1729f27c094e4798b7433666 Mon Sep 17 00:00:00 2001 From: Jesse Vander Does Date: Mon, 8 Feb 2021 14:06:58 -0600 Subject: [PATCH] Removed new line --- src/ifcconvert/IfcConvert.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcconvert/IfcConvert.cpp b/src/ifcconvert/IfcConvert.cpp index 4c7a8eb2f0..c4c812d973 100644 --- a/src/ifcconvert/IfcConvert.cpp +++ b/src/ifcconvert/IfcConvert.cpp @@ -342,7 +342,6 @@ int main(int argc, char** argv) { ("validate", "Checks whether geometrical output conforms to the included explicit quantities.") ("no-wire-intersection-check", "Skip wire intersection check.") ("no-wire-intersection-tolerance", "Set wire intersection tolerance to 0.") - ("strict-tolerance", "Use exact tolerance from model. Default is a 10 " "times increase for more permissive edge curves and fewer artifacts after " "boolean operations at the expense of geometric detail "