aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-06-30 09:38:35 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-30 09:38:35 -0700
commit73bb435a5896d47f633f5e58e299b88d086c71c0 (patch)
tree00c331120682ca586ef775ba2d134ae1da853729 /tools
parent16857e46bbc00a5e38f50ee509569e38d1ff0db4 (diff)
Remove default for --images in common flags
Diffstat (limited to 'tools')
-rw-r--r--tools/flags/SkCommonFlags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp
index 09e74ba790..7c7634f16d 100644
--- a/tools/flags/SkCommonFlags.cpp
+++ b/tools/flags/SkCommonFlags.cpp
@@ -24,7 +24,7 @@ DEFINE_string(gpuAPI, "", "Force use of specific gpu API. Using \"gl\" "
"Defaults to empty string, which selects the API native to the "
"system.");
-DEFINE_string(images, "resources", "Directory of images to decode.");
+DEFINE_string(images, "", "Directory of images to decode.");
DEFINE_string2(match, m, NULL,
"[~][^]substring[$] [...] of GM name to run.\n"