add --match to the help text
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 25 Jul 2011 14:30:54 +0000 (14:30 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 25 Jul 2011 14:30:54 +0000 (14:30 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@1946 2bbb7eff-a529-9590-31e7-b0007b416f81

gm/gmmain.cpp

index 9f542df..40092ca 100644 (file)
@@ -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[] = {