diff options
| author | malcops <paul.malcolm@protonmail.com> | 2020-12-05 12:37:44 -0500 |
|---|---|---|
| committer | malcops <paul.malcolm@protonmail.com> | 2020-12-05 12:37:44 -0500 |
| commit | 4fac06b4556cb693bb45eb4cbdac1d1d658e6fa5 (patch) | |
| tree | 4eca56c668107ef2c91daa319f462833034125d9 | |
| parent | 93748a946684defd1494d5585dbc912e451e83f8 (diff) | |
| download | googletest-4fac06b4556cb693bb45eb4cbdac1d1d658e6fa5.tar.gz googletest-4fac06b4556cb693bb45eb4cbdac1d1d658e6fa5.zip | |
Fix typo in CLI help message
| -rw-r--r-- | googletest/src/gtest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc index 4b34ac57..910c1ad3 100644 --- a/googletest/src/gtest.cc +++ b/googletest/src/gtest.cc @@ -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" |

