Commit 6106b793 authored by NulAsh's avatar NulAsh Committed by Adam Cozzette

Change cerr to cout in PrintHelpText again

parent 59cc6d01
......@@ -1814,7 +1814,7 @@ void CommandLineInterface::PrintHelpText() {
<< string(19 - iter->first.size(), ' ') // Spaces for alignment.
<< iter->second.help_text << std::endl;
}
std::cerr <<
std::cout <<
" @<filename> Read options and filenames from file. If a\n"
" relative file path is specified, the file\n"
" will be searched in the working directory.\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment