Fix grammar typo in runtest not-annotation help.

Change-Id: I5f5a81d16715f968ed9b265398d2a9e483c23a89
This commit is contained in:
Brett Chabot
2010-02-23 12:28:27 -08:00
parent 53a6a9b1d2
commit 2e16fbc36b

View File

@@ -124,7 +124,7 @@ class TestRunner(object):
help="Include only those tests tagged with a specific"
" annotation")
parser.add_option("--not-annotation", dest="test_not_annotation",
help="Excludes any tests tagged with a specific"
help="Exclude any tests tagged with a specific"
" annotation")
parser.add_option("-u", "--user-tests-file", dest="user_tests_file",
metavar="FILE", default=user_test_default,