forked from OSchip/llvm-project
Add newlines to fallback-style description. Patch by Kamal Essoufi\!
llvm-svn: 202269
This commit is contained in:
parent
14e061d7cc
commit
1eda305a52
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue