fixed string-json -> strict-json typo

This commit is contained in:
Derek Bailey
2022-02-21 20:26:40 -08:00
parent 5ac0367ed3
commit 70e2f49bff

View File

@@ -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", "",