summaryrefslogtreecommitdiffstats
path: root/test/gtest_help_test.py
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-05-13 18:05:20 (GMT)
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-05-13 18:05:20 (GMT)
commit3678a248d35723d5e18c7c2a78d7da5b4f5a3e57 (patch)
treed207f717b28321d8001850af98aa3d886c855897 /test/gtest_help_test.py
parent2c697f5919691d24e39c057090cabdc5ab145484 (diff)
downloadgoogletest-3678a248d35723d5e18c7c2a78d7da5b4f5a3e57.zip
googletest-3678a248d35723d5e18c7c2a78d7da5b4f5a3e57.tar.gz
googletest-3678a248d35723d5e18c7c2a78d7da5b4f5a3e57.tar.bz2
Renames test script flags.
Diffstat (limited to 'test/gtest_help_test.py')
-rwxr-xr-xtest/gtest_help_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_help_test.py b/test/gtest_help_test.py
index 3cb4c48..dc67ed3 100755
--- a/test/gtest_help_test.py
+++ b/test/gtest_help_test.py
@@ -32,7 +32,7 @@
"""Tests the --help flag of Google C++ Testing Framework.
SYNOPSIS
- gtest_help_test.py --gtest_build_dir=BUILD/DIR
+ gtest_help_test.py --build_dir=BUILD/DIR
# where BUILD/DIR contains the built gtest_help_test_ file.
gtest_help_test.py
"""