From 81a3a3233f44406229ac3a5487733cf2ccc321f8 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<