Skip to content
Snippets Groups Projects
Commit 7ab3261f authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: add doc internet link in cdl help

parent 4e833db2
Branches
Tags
No related merge requests found
......@@ -565,6 +565,13 @@ void CommandLineLauncher::DisplayHelp()
std::cerr << "EXAMPLE OF USE: " << std::endl;
std::cerr << m_Application->GetCLExample() << std::endl;
}
std::string link = "http://www.orfeo-toolbox.org/Applications/";
link.append(m_Application->GetName());
link.append(".html");
std::cerr << "DOCUMENTATION: " << link << std::endl;
std::cerr << "======================= PARAMETERS =======================" << std::endl;
const std::vector<std::string> appKeyList = m_Application->GetParametersKeys(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment