diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2010-07-22 06:29:13 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2010-07-22 06:29:13 +0000 |
commit | 53513d2e24205965ffd5d4780a10f41cc335f17b (patch) | |
tree | 2c7c8703c23019c074c57d7b76be9a6450d46dc5 /tools | |
parent | 9a570b45480ce068ff243801b72ea605fe7c9fd3 (diff) |
This was still complaining about the length of the string. I've broken it here
to try to keep as much logical grouping as possible.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109085 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-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 961f87d432..9d56eec8eb 100644 --- a/tools/c-index-test/c-index-test.c +++ b/tools/c-index-test/c-index-test.c @@ -1279,7 +1279,8 @@ static void print_usage(void) { " c-index-test -test-inclusion-stack-tu <AST file>\n" " 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 [<CursorKind> {<args>}]*\n"); + fprintf(stderr, " c-index-test -print-usr-file <file>\n\n"); fprintf(stderr, " <symbol filter> values:\n%s", |