Typo in flatc options (warning-as-errors instead of warnings-as-errors) (#7180)

This commit is contained in:
Stefan F
2022-03-21 23:08:14 +01:00
committed by GitHub
parent d3aeee32bb
commit 824763b316

View File

@@ -205,7 +205,7 @@ const static FlatCOption options[] = {
"Used with \"binary\" and \"json\" options, it generates data using "
"schema-less FlexBuffers." },
{ "", "no-warnings", "", "Inhibit all warnings messages." },
{ "", "warning-as-errors", "", "Treat all warnings as errors." },
{ "", "warnings-as-errors", "", "Treat all warnings as errors." },
{ "", "cs-global-alias", "",
"Prepend \"global::\" to all user generated csharp classes and "
"structs." },