aboutsummaryrefslogtreecommitdiff
path: root/docs/README.linux
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.linux')
-rw-r--r--docs/README.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.linux b/docs/README.linux
index 036d057734..62a2cc4467 100644
--- a/docs/README.linux
+++ b/docs/README.linux
@@ -184,7 +184,7 @@ The most useful options are,
List the names of all tests instead of running them.
The name of TEST(Foo, Bar) is "Foo.Bar".
- --gtest_filter=POSTIVE_PATTERNS[-NEGATIVE_PATTERNS]
+ --gtest_filter=POSITIVE_PATTERNS[-NEGATIVE_PATTERNS]
Run only the tests whose name matches one of the positive patterns but
none of the negative patterns. '?' matches any single character; '*'
matches any substring; ':' separates two patterns.