aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generator/README
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-05-07 20:38:25 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-05-07 20:38:25 +0000
commit84b8e4c65d0847ab4262bb70619182292482529a (patch)
treec17044f73f5a1cc1310222b7ae2495cdf51a6d01 /scripts/generator/README
parentce60784fb51a5a0e28c14edd53bacbf0d2abb36b (diff)
downloadgoogletest-84b8e4c65d0847ab4262bb70619182292482529a.tar.gz
googletest-84b8e4c65d0847ab4262bb70619182292482529a.tar.bz2
googletest-84b8e4c65d0847ab4262bb70619182292482529a.zip
Cleans up the mock generator script:
- updates the doc string. - adds a version number. - fixes the condition for error messages in _GenerateMocks().
Diffstat (limited to 'scripts/generator/README')
-rw-r--r--scripts/generator/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generator/README b/scripts/generator/README
index 2fc695a6..ddaa9d44 100644
--- a/scripts/generator/README
+++ b/scripts/generator/README
@@ -14,7 +14,7 @@ to generate a Google Mock class.
Make sure to install the scripts somewhere in your path. Then you can
run the program.
- gmock_gen.py header-file.h [ClassName1] [ClassName2] ...
+ gmock_gen.py header-file.h [ClassName]...
If no ClassNames are specified, all classes in the file are emitted.