Skip to content

Commit

Permalink
Remove out-dated -S option from the flatc syntax. (google#5398)
Browse files Browse the repository at this point in the history
Looks like it's an older syntax for --strict-json which was long-ago removed in google@d38b9af
  • Loading branch information
willstott101 authored and aardappel committed Jun 9, 2019
1 parent b80ad7e commit a807fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/Compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a807fa9

Please sign in to comment.