diff --git a/dicom2mesh/src/dicom2mesh.cpp b/dicom2mesh/src/dicom2mesh.cpp index a26861d..47f7044 100644 --- a/dicom2mesh/src/dicom2mesh.cpp +++ b/dicom2mesh/src/dicom2mesh.cpp @@ -405,7 +405,7 @@ std::tuple Dicom2Mesh::parseCmdLineParam void Dicom2Mesh::showUsageText() { - std::cout << "How to use dicom2Mesh:" << std::endl << std::endl; + std::cout << "How to use provoke dicom2Mesh:" << std::endl << std::endl; std::cout << "Minimum example. This transforms a dicom data set into a 3d mesh file called mesh.stl by using a default iso value of 400 (shows bone)" << std::endl; std::cout << "> dicom2mesh -i pathToDicomDirectory -o mesh.stl" << std::endl << std::endl;