Fix typo in CLI help message

This commit is contained in:
malcops 2020-12-05 12:37:44 -05:00
parent 93748a9466
commit 4fac06b455

View File

@ -6275,7 +6275,7 @@ static const char kColorEncodedHelpMessage[] =
" List the names of all tests instead of running them. The name of\n"
" TEST(Foo, Bar) is \"Foo.Bar\".\n"
" @G--" GTEST_FLAG_PREFIX_
"filter=@YPOSTIVE_PATTERNS"
"filter=@YPOSITIVE_PATTERNS"
"[@G-@YNEGATIVE_PATTERNS]@D\n"
" Run only the tests whose name matches one of the positive patterns "
"but\n"