aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorWill Stott <willstott101@gmail.com>2019-06-09 20:30:10 +0100
committerWouter van Oortmerssen <aardappel@gmail.com>2019-06-09 20:30:10 +0100
commita807fa9567c7302b2c446efb3bc7ee79d1a462b4 (patch)
treeca76625132100a4b9f80568bcf11137f295c97fa /docs/source
parentb80ad7e4398a5f3a5bcab76636d0b5f2c1cf8862 (diff)
downloadflatbuffers-a807fa9567c7302b2c446efb3bc7ee79d1a462b4.tar.gz
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 https://github.com/google/flatbuffers/commit/d38b9af243d8dcfc53ab69c79e0ce404759240d4
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/Compiler.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/Compiler.md b/docs/source/Compiler.md
index 29979ce4..49a3d8f6 100644
--- a/docs/source/Compiler.md
+++ b/docs/source/Compiler.md
@@ -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