aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generator/README
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generator/README')
-rw-r--r--scripts/generator/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/generator/README b/scripts/generator/README
index a3ba784b..2fc695a6 100644
--- a/scripts/generator/README
+++ b/scripts/generator/README
@@ -14,7 +14,9 @@ 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 ClassName
+ gmock_gen.py header-file.h [ClassName1] [ClassName2] ...
+
+If no ClassNames are specified, all classes in the file are emitted.
To change the indentation from the default of 2, set INDENT in
the environment. For example to use an indent of 4 spaces: