mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 12:54:12 +00:00
Fix a minor typo in flatc --help output (#8468)
This commit is contained in:
@@ -88,7 +88,7 @@ const static FlatCOption flatc_options[] = {
|
|||||||
"Output fields whose value is the default when writing JSON" },
|
"Output fields whose value is the default when writing JSON" },
|
||||||
{ "", "unknown-json", "",
|
{ "", "unknown-json", "",
|
||||||
"Allow fields in JSON that are not defined in the schema. These fields "
|
"Allow fields in JSON that are not defined in the schema. These fields "
|
||||||
"will be discared when generating binaries." },
|
"will be discarded when generating binaries." },
|
||||||
{ "", "no-prefix", "",
|
{ "", "no-prefix", "",
|
||||||
"Don't prefix enum values with the enum type in C++." },
|
"Don't prefix enum values with the enum type in C++." },
|
||||||
{ "", "scoped-enums", "",
|
{ "", "scoped-enums", "",
|
||||||
|
|||||||
Reference in New Issue
Block a user