summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format/ClangFormat.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-04-08 10:50:02 +0000
committerDaniel Jasper <djasper@google.com>2013-04-08 10:50:02 +0000
commit4b14f4f9e6dc5af3e3529bf6d0335aebf14b4455 (patch)
treed2420886665ebbd5ff05b03880c754a23b4ed1d9 /clang/tools/clang-format/ClangFormat.cpp
parente7de2a30133a7e901f29149e68d9869db5b1d558 (diff)
downloadbcm5719-llvm-4b14f4f9e6dc5af3e3529bf6d0335aebf14b4455.tar.gz
bcm5719-llvm-4b14f4f9e6dc5af3e3529bf6d0335aebf14b4455.zip
Remove outdated part of help message.
The styles are now documented with the -style option. This fixes llvm.org/PR15689. llvm-svn: 179017
Diffstat (limited to 'clang/tools/clang-format/ClangFormat.cpp')
-rw-r--r--clang/tools/clang-format/ClangFormat.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/tools/clang-format/ClangFormat.cpp b/clang/tools/clang-format/ClangFormat.cpp
index c4969b2c086..bbc4ff0b490 100644
--- a/clang/tools/clang-format/ClangFormat.cpp
+++ b/clang/tools/clang-format/ClangFormat.cpp
@@ -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"
OpenPOWER on IntegriCloud