diff --git a/src/ifcconvert/IfcConvert.cpp b/src/ifcconvert/IfcConvert.cpp index 83f47428a8..8fcf97662d 100644 --- a/src/ifcconvert/IfcConvert.cpp +++ b/src/ifcconvert/IfcConvert.cpp @@ -421,12 +421,12 @@ int main(int argc, char** argv) { ("section-height-from-storeys", "Derives section height from storey elevation. Use --section-height to override default offset of 1.2") ("use-element-names", "Use entity instance IfcRoot.Name instead of unique IDs for naming elements upon serialization. " - "Applicable for OBJ, DAE, and SVG output.") + "Applicable for OBJ, DAE, STP, and SVG output.") ("use-element-guids", "Use entity instance IfcRoot.GlobalId instead of unique IDs for naming elements upon serialization. " - "Applicable for OBJ, DAE, and SVG output.") + "Applicable for OBJ, DAE, STP, and SVG output.") ("use-element-numeric-ids", "Use the numeric step identifier (entity instance name) for naming elements upon serialization. " - "Applicable for OBJ, DAE, and SVG output.") + "Applicable for OBJ, DAE, STP, and SVG output.") ("use-material-names", "Use material names instead of unique IDs for naming materials upon serialization. " "Applicable for OBJ and DAE output.") @@ -438,7 +438,7 @@ int main(int argc, char** argv) { "Applicable for DAE output.") ("site-local-placement", "Place elements locally in the IfcSite coordinate system, instead of placing " - "them in the IFC global coords. Applicable for OBJ and DAE output.") + "them in the IFC global coords. Applicable for OBJ, DAE, and STP output.") ("y-up", "Change the 'up' axis to positive Y, default is Z UP, Applicable for OBJ output.") ("building-local-placement", "Similar to --site-local-placement, but placing elements in locally in the parent IfcBuilding coord system")