Skip to content

Commit

Permalink
Fix a minor typo in flatc --help output (#8468)
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain authored Jan 16, 2025
1 parent 733e432 commit 3592b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flatc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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", "",
Expand Down

0 comments on commit 3592b19

Please sign in to comment.