mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 06:00:00 +00:00
fixed string-json -> strict-json typo
This commit is contained in:
@@ -65,7 +65,7 @@ const static FlatCOption options[] = {
|
|||||||
{ "M", "", "", "Print make rules for generated files." },
|
{ "M", "", "", "Print make rules for generated files." },
|
||||||
{ "", "version", "", "Print the version number of flatc and exit." },
|
{ "", "version", "", "Print the version number of flatc and exit." },
|
||||||
{ "h", "help", "", "Prints this help text 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 "
|
"Strict JSON: field names must be / will be quoted, no trailing commas in "
|
||||||
"tables/vectors." },
|
"tables/vectors." },
|
||||||
{ "", "allow-non-utf8", "",
|
{ "", "allow-non-utf8", "",
|
||||||
|
|||||||
Reference in New Issue
Block a user