diff --git a/Utils/SimpleMeshCreation/generateStructuredMesh.cpp b/Utils/SimpleMeshCreation/generateStructuredMesh.cpp index b73a133b99364d1ba6218ae2a7f6f90e25d7d631..f25e05b37c508991485d203c27384b5e6227f03f 100644 --- a/Utils/SimpleMeshCreation/generateStructuredMesh.cpp +++ b/Utils/SimpleMeshCreation/generateStructuredMesh.cpp @@ -38,8 +38,8 @@ int main (int argc, char* argv[]) "the name of the file the mesh will be written to", true, "", "file name of output mesh"); cmd.add(mesh_out); - TCLAP::ValueArg<std::string> eleTypeArg("e", "element-type to be created", - "element type to be removed", true, "line", "element type"); + TCLAP::ValueArg<std::string> eleTypeArg("e", "element-type", + "element type to be created", true, "line", "element type"); cmd.add(eleTypeArg); TCLAP::ValueArg<double> lengthArg("l", "length", "length of a domain", true, 10.0, "length of a domain");