Index: test/runner/runner_test.dart |
diff --git a/test/runner/runner_test.dart b/test/runner/runner_test.dart |
index 1268b73a99dbbd2c0359a1d4dceaa0cd47a1404c..9eb92cba6d5bf4b03356839a726f9330d82dd35c 100644 |
--- a/test/runner/runner_test.dart |
+++ b/test/runner/runner_test.dart |
@@ -53,7 +53,10 @@ Usage: pub run test:test [files or directories...] |
-N, --plain-name A plain-text substring of the name of the test to run. |
-t, --tags Run only tests with all of the specified tags. |
+ Supports boolean selector syntax. |
+ |
-x, --exclude-tags Don't run tests with any of the specified tags. |
+ Supports boolean selector syntax. |
======== Running Tests |
-p, --platform The platform(s) on which to run the tests. |