Help POD understand line breaks.

Begin lines with a space which have a '\n' character.
This is only done for the text which will be a part of cling.pod.
This commit is contained in:
Anirudha Bose 2014-06-18 18:10:56 +05:30 committed by sftnight
parent a507af4684
commit d42f77918d

View File

@ -237,11 +237,11 @@ namespace cling {
void MetaSema::actOnhelpCommand() const {
std::string& metaString = m_Interpreter.getOptions().MetaString;
llvm::raw_ostream& outs = m_MetaProcessor.getOuts();
outs << "\nCling (C/C++ interpreter) meta commands usage\n"
"All commands must be preceded by a '" << metaString << "', except\n"
"for the evaluation statement { }\n"
"═══════════════════════════════════════════════════════════════════════════════\n"
"Syntax: " << metaString << "Command [arg0 arg1 ... argN]\n"
outs << "\n Cling (C/C++ interpreter) meta commands usage\n"
" All commands must be preceded by a '" << metaString << "', except\n"
" for the evaluation statement { }\n"
" ==============================================================================\n"
" Syntax: " << metaString << "Command [arg0 arg1 ... argN]\n"
"\n"
" " << metaString << "L <filename>\t\t- Load the given file or library\n\n"