summaryrefslogtreecommitdiff
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 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-05-13 18:05:20 +0000
commit362a0cf9aff37610628d15037bf794a2e54de78d (patch)
treed207f717b28321d8001850af98aa3d886c855897 /test/gtest_help_test.py
parent20580b49fd11f0211aed7e638ac1ee657d29ee9e (diff)
downloadgtest-362a0cf9aff37610628d15037bf794a2e54de78d.tar.gz
gtest-362a0cf9aff37610628d15037bf794a2e54de78d.tar.bz2
gtest-362a0cf9aff37610628d15037bf794a2e54de78d.tar.xz
Renames test script flags.
git-svn-id: http://googletest.googlecode.com/svn/trunk@431 861a406c-534a-0410-8894-cb66d6ee9925
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
"""