From: reed@google.com Date: Mon, 25 Jul 2011 14:30:54 +0000 (+0000) Subject: add --match to the help text X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~17957 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6a5c4d2d5050314eb9b478b0975c6fc810d5780;p=platform%2Fupstream%2FlibSkiaSharp.git add --match to the help text git-svn-id: http://skia.googlecode.com/svn/trunk@1946 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp index 9f542df..40092ca 100644 --- a/gm/gmmain.cpp +++ b/gm/gmmain.cpp @@ -468,6 +468,7 @@ static void usage(const char * argv0) { SkDebugf(" --replay: exercise SkPicture replay.\n"); SkDebugf( " --serialize: exercise SkPicture serialization & deserialization.\n"); + SkDebugf(" --match foo will only run tests that substring match foo.\n"); } static const ConfigData gRec[] = {