Skip to content
Snippets Groups Projects
Commit 2c2a57e2 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC: add Examples title in command line helper

parent d6751075
No related branches found
No related tags found
No related merge requests found
...@@ -647,7 +647,9 @@ void CommandLineLauncher::DisplayHelp() ...@@ -647,7 +647,9 @@ void CommandLineLauncher::DisplayHelp()
} }
std::cerr<<std::endl; std::cerr<<std::endl;
std::string cl(m_Application->GetCLExample()); //std::string cl(m_Application->GetCLExample());
std::cerr << "Examples: " << std::endl;
std::cerr << m_Application->GetCLExample() << std::endl; std::cerr << m_Application->GetCLExample() << std::endl;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment