clang-format: Document that --assume-filename affects the language.
authorNico Weber <nicolasweber@gmx.de>
Mon, 10 Nov 2014 16:14:54 +0000 (16:14 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 10 Nov 2014 16:14:54 +0000 (16:14 +0000)
llvm-svn: 221606

clang/tools/clang-format/ClangFormat.cpp

index 3e1c4ec..cacc51f 100644 (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",