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:
Will Stott 2019-06-09 20:30:10 +01:00 committed by Wouter van Oortmerssen
parent b80ad7e439
commit a807fa9567
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Using the schema compiler {#flatbuffers_guide_using_schema_compiler}
Usage:
flatc [ GENERATOR OPTIONS ] [ -o PATH ] [ -I PATH ] [ -S ] FILES...
flatc [ GENERATOR OPTIONS ] [ -o PATH ] [ -I PATH ] FILES...
[ -- FILES...]
The files are read and parsed in order, and can contain either schemas