diff --git a/src/ifcconvert/IfcConvert.cpp b/src/ifcconvert/IfcConvert.cpp index 01324129c8..ad08685262 100644 --- a/src/ifcconvert/IfcConvert.cpp +++ b/src/ifcconvert/IfcConvert.cpp @@ -224,7 +224,7 @@ int main(int argc, char** argv) { po::options_description geom_options("Geometry options"); geom_options.add_options() - ("threads,j", po::value(&num_threads)->default_value(1), + ("threads,j", po::value(&num_threads)->default_value(1), "Number of parallel processing threads for geometry interpretation.") ("plan", "Specifies whether to include curves in the output result. Typically "