Fix typos

This commit is contained in:
Thomas Krijnen
2015-07-26 17:58:08 +00:00
parent 0e5edbcd84
commit bb43dec90f
+2 -2
View File
@@ -55,7 +55,7 @@ void printUsage(const boost::program_options::options_description& generic_optio
<< "Converts the geometry in an IFC file into one of the following formats:" << std::endl << "Converts the geometry in an IFC file into one of the following formats:" << std::endl
<< " .obj WaveFront OBJ (a .mtl file is also created)" << std::endl; << " .obj WaveFront OBJ (a .mtl file is also created)" << std::endl;
#ifdef WITH_OPENCOLLADA #ifdef WITH_OPENCOLLADA
std::cerr << " .dae Collada Digital Assets Exchange" << std::endl; std::cerr << " .dae Collada Digital Asset Exchange" << std::endl;
#endif #endif
std::cerr << " .stp STEP Standard for the Exchange of Product Data" << std::endl std::cerr << " .stp STEP Standard for the Exchange of Product Data" << std::endl
<< " .igs IGES Initial Graphics Exchange Specification" << std::endl << " .igs IGES Initial Graphics Exchange Specification" << std::endl
@@ -98,7 +98,7 @@ int main(int argc, char** argv) {
"Specifies whether to include curves in the output result. Typically " "Specifies whether to include curves in the output result. Typically "
"these are representations of type Plan or Axis. Excluded by default.") "these are representations of type Plan or Axis. Excluded by default.")
("model", ("model",
"Specifies whether to include surfaces and solides in the output result. " "Specifies whether to include surfaces and solids in the output result. "
"Typically these are representations of type Body or Facetation. " "Typically these are representations of type Body or Facetation. "
"Included by default.") "Included by default.")
("weld-vertices", ("weld-vertices",