]> granicus.if.org Git - clang/commitdiff
Remove outdated part of help message.
authorDaniel Jasper <djasper@google.com>
Mon, 8 Apr 2013 10:50:02 +0000 (10:50 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 8 Apr 2013 10:50:02 +0000 (10:50 +0000)
The styles are now documented with the -style option. This fixes
llvm.org/PR15689.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179017 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-format/ClangFormat.cpp

index c4969b2c0865d908951b712e1e737b939dd0fade..bbc4ff0b49072c7087f67f5581b6e12238c3a0ea 100644 (file)
@@ -139,7 +139,6 @@ int main(int argc, const char **argv) {
   cl::ParseCommandLineOptions(
       argc, argv,
       "A tool to format C/C++/Obj-C code.\n\n"
-      "Currently supports LLVM and Google style guides.\n"
       "If no arguments are specified, it formats the code from standard input\n"
       "and writes the result to the standard output.\n"
       "If <file> is given, it reformats the file. If -i is specified together\n"