Add newlines to fallback-style description. Patch by Kamal Essoufi\!

llvm-svn: 202269
This commit is contained in:
Alexander Kornienko 2014-02-26 15:03:57 +00:00
parent 14e061d7cc
commit 1eda305a52
1 changed files with 4 additions and 3 deletions

View 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>