clang-format: Document that --assume-filename affects the language.

llvm-svn: 221606
This commit is contained in:
Nico Weber 2014-11-10 16:14:54 +00:00
parent 283afa3f12
commit 337f5b27ad
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ static cl::opt<std::string>
AssumeFilename("assume-filename",
cl::desc("When reading from stdin, clang-format assumes this\n"
"filename to look for a style config file (with\n"
"-style=file)."),
"-style=file) and to determine the language."),
cl::cat(ClangFormatCategory));
static cl::opt<bool> Inplace("i",