diff options
author | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-05-13 18:05:20 +0000 |
---|---|---|
committer | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-05-13 18:05:20 +0000 |
commit | 3678a248d35723d5e18c7c2a78d7da5b4f5a3e57 (patch) | |
tree | d207f717b28321d8001850af98aa3d886c855897 /test/gtest_help_test.py | |
parent | 2c697f5919691d24e39c057090cabdc5ab145484 (diff) | |
download | googletest-3678a248d35723d5e18c7c2a78d7da5b4f5a3e57.tar.gz googletest-3678a248d35723d5e18c7c2a78d7da5b4f5a3e57.tar.bz2 googletest-3678a248d35723d5e18c7c2a78d7da5b4f5a3e57.zip |
Renames test script flags.
Diffstat (limited to 'test/gtest_help_test.py')
-rwxr-xr-x | test/gtest_help_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_help_test.py b/test/gtest_help_test.py index 3cb4c48e..dc67ed3d 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 """ |