diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-07-20 14:34:35 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-07-20 14:34:35 +0000 |
commit | 73a18fdd39b7c85bda4285ad827e265a3e9280b5 (patch) | |
tree | ab104ce774a2cb117eebc496f2f9dd55cfd03276 /clang/tools/c-index-test/c-index-test.c | |
parent | b37b46e488a3ae5248f303e4d1803a369cf5c168 (diff) | |
download | bcm5719-llvm-73a18fdd39b7c85bda4285ad827e265a3e9280b5.tar.gz bcm5719-llvm-73a18fdd39b7c85bda4285ad827e265a3e9280b5.zip |
Slip up long string literal
llvm-svn: 108838
Diffstat (limited to 'clang/tools/c-index-test/c-index-test.c')
-rw-r--r-- | clang/tools/c-index-test/c-index-test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/tools/c-index-test/c-index-test.c b/clang/tools/c-index-test/c-index-test.c index 569ef206e31..961f87d432c 100644 --- a/clang/tools/c-index-test/c-index-test.c +++ b/clang/tools/c-index-test/c-index-test.c @@ -1280,7 +1280,8 @@ static void print_usage(void) { " c-index-test -test-print-linkage-source {<args>}*\n" " c-index-test -test-print-typekind {<args>}*\n" " c-index-test -print-usr [<CursorKind> {<args>}]*\n" - " c-index-test -print-usr-file <file>\n\n" + " c-index-test -print-usr-file <file>\n\n"); + fprintf(stderr, " <symbol filter> values:\n%s", " all - load all symbols, including those from PCH\n" " local - load all symbols except those in PCH\n" |