Remove out-dated -S option from the flatc syntax. (#5398)
authorWill Stott <willstott101@gmail.com>
Sun, 9 Jun 2019 19:30:10 +0000 (20:30 +0100)
committerWouter van Oortmerssen <aardappel@gmail.com>
Sun, 9 Jun 2019 19:30:10 +0000 (20:30 +0100)
Looks like it's an older syntax for --strict-json which was long-ago removed in https://github.com/google/flatbuffers/commit/d38b9af243d8dcfc53ab69c79e0ce404759240d4

docs/source/Compiler.md

index 29979ce..49a3d8f 100644 (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