From 70e2f49bff2061d54d06df594c451a7c3fa6fbed Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Mon, 21 Feb 2022 20:26:40 -0800 Subject: [PATCH] fixed string-json -> strict-json typo --- src/flatc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flatc.cpp b/src/flatc.cpp index d6924f789..1074628ce 100644 --- a/src/flatc.cpp +++ b/src/flatc.cpp @@ -65,7 +65,7 @@ const static FlatCOption options[] = { { "M", "", "", "Print make rules for generated files." }, { "", "version", "", "Print the version number of flatc and exit." }, { "h", "help", "", "Prints this help text and exit." }, - { "", "string-json", "", + { "", "strict-json", "", "Strict JSON: field names must be / will be quoted, no trailing commas in " "tables/vectors." }, { "", "allow-non-utf8", "",