Added -M flatc flag to the documentation.

Change-Id: Ie19af91ec5bf0b65297cba58c124bceaa58fd73e
This commit is contained in:
Wouter van Oortmerssen
2015-10-19 17:03:14 -07:00
parent ace304513f
commit 7c60937806
3 changed files with 5 additions and 2 deletions

View File

@@ -41,6 +41,8 @@ be generated for each file processed:
fail (or none are specified) it will try to load relative to the path of
the schema file being parsed.
- `-M` : Print make rules for generated files.
- `--strict-json` : Require & generate strict JSON (field names are enclosed
in quotes, no trailing commas in tables/vectors). By default, no quotes are
required/generated, and trailing commas are allowed.