short names should be ... short, in commandlineflags

git-svn-id: http://skia.googlecode.com/svn/trunk@8629 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2013-04-11 19:04:34 +00:00
parent 939e90b217
commit 66c9f9995e

View File

@ -43,7 +43,7 @@ static void test_fontiter(skiatest::Reporter* reporter, bool verbose) {
}
}
DEFINE_bool2(verboseFontMgr, vfm, false, "run verbose fontmgr tests.");
DEFINE_bool(verboseFontMgr, false, "run verbose fontmgr tests.");
static void TestFontMgr(skiatest::Reporter* reporter) {
test_fontiter(reporter, FLAGS_verboseFontMgr);