]> granicus.if.org Git - clang/commitdiff
Add newlines to fallback-style description. Patch by Kamal Essoufi\!
authorAlexander Kornienko <alexfh@google.com>
Wed, 26 Feb 2014 15:03:57 +0000 (15:03 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 26 Feb 2014 15:03:57 +0000 (15:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202269 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-format/ClangFormat.cpp

index f1ef6ad4d86997641730618225439bf89d410fc7..9107fd2b109f4be7956f5689a37f2683cd4da118 100644 (file)
@@ -65,9 +65,10 @@ static cl::opt<std::string>
           cl::init("file"), cl::cat(ClangFormatCategory));
 static cl::opt<std::string>
 FallbackStyle("fallback-style",
-              cl::desc("The name of the predefined style used as a fallback in "
-                       "case clang-format is invoked with -style=file, but can "
-                       "not find the .clang-format file to use."),
+              cl::desc("The name of the predefined style used as a\n"
+                       "fallback in case clang-format is invoked with\n"
+                       "-style=file, but can not find the .clang-format\n"
+                       "file to use."),
               cl::init("LLVM"), cl::cat(ClangFormatCategory));
 
 static cl::opt<std::string>