fixed flag for javascript (#4223)

--javascript flag does not work in the 1.6 flatc.exe, changed to --js
This commit is contained in:
Aaron Hudon
2017-03-15 15:16:43 -07:00
committed by Wouter van Oortmerssen
parent c04c143cf0
commit d9bc5ec047

View File

@@ -29,7 +29,7 @@ For any schema input files, one or more generators can be specified:
- `--python`, `-p`: Generate Python code.
- `--javascript`, `-s`: Generate JavaScript code.
- `--js`, `-s`: Generate JavaScript code.
- `--php`: Generate PHP code.