aboutsummaryrefslogtreecommitdiff
path: root/docs/LibTooling.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/LibTooling.rst')
-rw-r--r--docs/LibTooling.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LibTooling.rst b/docs/LibTooling.rst
index 75ef6a0fe7ea..a422a1d5665a 100644
--- a/docs/LibTooling.rst
+++ b/docs/LibTooling.rst
@@ -130,7 +130,7 @@ version of this example tool is also checked into the clang tree at
static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
// A help message for this specific tool can be added afterwards.
- static cl::extrahelp MoreHelp("\nMore help text...");
+ static cl::extrahelp MoreHelp("\nMore help text...\n");
int main(int argc, const char **argv) {
CommonOptionsParser OptionsParser(argc, argv, MyToolCategory);