Fix a minor typo in flatc --help output (#8468)

This commit is contained in:
Ben Beasley 2025-01-16 02:10:25 -05:00 committed by GitHub
parent 733e432bfd
commit 3592b19150
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ const static FlatCOption flatc_options[] = {
"Output fields whose value is the default when writing JSON" },
{ "", "unknown-json", "",
"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", "",
"Don't prefix enum values with the enum type in C++." },
{ "", "scoped-enums", "",