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:
parent
a507af4684
commit
d42f77918d
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user