Remove default for --images in common flags
Review URL: https://codereview.chromium.org/1214363002
This commit is contained in:
parent
16857e46bb
commit
73bb435a58
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user