Remove default for --images in common flags

Review URL: https://codereview.chromium.org/1214363002
This commit is contained in:
bsalomon 2015-06-30 09:38:35 -07:00 committed by Commit bot
parent 16857e46bb
commit 73bb435a58

View File

@ -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"