diff --git a/src/App/Application.cpp b/src/App/Application.cpp index a16464215c..105c2961d2 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -2453,7 +2453,7 @@ void Application::ParseOptions(int ac, char ** av) if (vm.count("help")) { std::stringstream str; str << mConfig["ExeName"] << endl << endl; - str << "For detailed description see http://www.freecadweb.org" << endl<