diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index 8234e8d320e6961d1814367408bd46fd0962aecc..0dea54788264fe21cc9f335854c16d3c96d82230 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -107,7 +107,6 @@ std::vector<std::pair<std::string, std::string> > GetUsage() s.push_back(mp("-rand float", "Set random perturbation factor")); s.push_back(mp("-bgm file", "Load background mesh from file")); s.push_back(mp("-check", "Perform various consistency checks on mesh")); - s.push_back(mp("-mpass int", "Do several passes on the mesh for complex background fields")); s.push_back(mp("-ignorePartBound", "Ignore partitions boundaries")); #if defined(HAVE_FLTK) s.push_back(mp("Post-processing options:", ""));