aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-25 14:30:54 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-25 14:30:54 +0000
commite6a5c4d2d5050314eb9b478b0975c6fc810d5780 (patch)
treef90b93f28062a3769e274f1d767f76994dbcfb18 /gm
parentece2b0297c1d55c46b4c63ba7a54f518a490a502 (diff)
add --match to the help text
git-svn-id: http://skia.googlecode.com/svn/trunk@1946 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rw-r--r--gm/gmmain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
index 9f542df09f..40092cafe5 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[] = {