summaryrefslogtreecommitdiff
path: root/tools/clang-format
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
commitb3c881752b5decf2d71a1c008930ca3587a96041 (patch)
tree1f14db40f0cdda8e445dd1371bee76354c0f28dc /tools/clang-format
parent65622aae92ff6e338abed83d31e512ee0e013dc7 (diff)
downloadclang-b3c881752b5decf2d71a1c008930ca3587a96041.tar.gz
clang-b3c881752b5decf2d71a1c008930ca3587a96041.tar.bz2
clang-b3c881752b5decf2d71a1c008930ca3587a96041.tar.xz
Remove outdated part of help message.
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
Diffstat (limited to 'tools/clang-format')
-rw-r--r--tools/clang-format/ClangFormat.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/clang-format/ClangFormat.cpp b/tools/clang-format/ClangFormat.cpp
index c4969b2c08..bbc4ff0b49 100644
--- a/tools/clang-format/ClangFormat.cpp
+++ b/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"