From a807fa9567c7302b2c446efb3bc7ee79d1a462b4 Mon Sep 17 00:00:00 2001 From: Will Stott Date: Sun, 9 Jun 2019 20:30:10 +0100 Subject: [PATCH] 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 --- docs/source/Compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Compiler.md b/docs/source/Compiler.md index 29979ce42..49a3d8f6e 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