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 | caf4bd3d3c66fd95b0159356e2c4da7fbf2897f3 (patch) | |
tree | b6b6fd14263c7b8c7cbcc7bd82c25c2471a6b9dc /tools/c-index-test/c-index-test.c | |
parent | 427c492d368d6ecf409fa8053eecb5cd0e779c5b (diff) |
Slip up long string literal
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/c-index-test/c-index-test.c')
-rw-r--r-- | tools/c-index-test/c-index-test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/c-index-test/c-index-test.c b/tools/c-index-test/c-index-test.c index 569ef206e3..961f87d432 100644 --- a/tools/c-index-test/c-index-test.c +++ b/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" |