From dae18259e0b0958c17d29a6cc0e54bd591412a4b Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Thu, 19 Sep 2019 09:41:06 -0400 Subject: [PATCH] src/App/Application: Improve FC CLI help output Help the user find more details info by directing them to the exact wiki page needed instead of the front page of the official site. --- src/App/Application.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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<