Remove out-dated -S option from the flatc syntax. (#5398)
Looks like it's an older syntax for --strict-json which was long-ago removed in d38b9af243
This commit is contained in:
parent
b80ad7e439
commit
a807fa9567
|
@ -3,7 +3,7 @@ Using the schema compiler {#flatbuffers_guide_using_schema_compiler}
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
flatc [ GENERATOR OPTIONS ] [ -o PATH ] [ -I PATH ] [ -S ] FILES...
|
flatc [ GENERATOR OPTIONS ] [ -o PATH ] [ -I PATH ] FILES...
|
||||||
[ -- FILES...]
|
[ -- FILES...]
|
||||||
|
|
||||||
The files are read and parsed in order, and can contain either schemas
|
The files are read and parsed in order, and can contain either schemas
|
||||||
|
|
Loading…
Reference in New Issue