From caf4bd3d3c66fd95b0159356e2c4da7fbf2897f3 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 20 Jul 2010 14:34:35 +0000 Subject: [PATCH] Slip up long string literal git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108838 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/c-index-test/c-index-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {}*\n" " c-index-test -test-print-typekind {}*\n" " c-index-test -print-usr [ {}]*\n" - " c-index-test -print-usr-file \n\n" + " c-index-test -print-usr-file \n\n"); + fprintf(stderr, " values:\n%s", " all - load all symbols, including those from PCH\n" " local - load all symbols except those in PCH\n" -- 2.40.0