clang-format: Document that --assume-filename affects the language.
git-svn-id: svn://svn.chromium.org/llvm-project/cfe/trunk/tools/clang-format@221606 0b72dbe1-c17f-4bc7-b9db-2b4152be0356
diff --git a/ClangFormat.cpp b/ClangFormat.cpp
index 3e1c4ec..cacc51f 100644
--- a/ClangFormat.cpp
+++ b/ClangFormat.cpp
@@ -76,7 +76,7 @@
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",