mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 18:02:02 +00:00
Fix help output for --gen-includes (#7611)
Fixes the --help output documenting the deprecated --gen-includes option, in which the option name contained a typo (--gen-inclues).
This commit is contained in:
@@ -90,7 +90,7 @@ const static FlatCOption options[] = {
|
|||||||
"--no-prefix." },
|
"--no-prefix." },
|
||||||
{ "", "swift-implementation-only", "",
|
{ "", "swift-implementation-only", "",
|
||||||
"Adds a @_implementationOnly to swift imports" },
|
"Adds a @_implementationOnly to swift imports" },
|
||||||
{ "", "gen-inclues", "",
|
{ "", "gen-includes", "",
|
||||||
"(deprecated), this is the default behavior. If the original behavior is "
|
"(deprecated), this is the default behavior. If the original behavior is "
|
||||||
"required (no include statements) use --no-includes." },
|
"required (no include statements) use --no-includes." },
|
||||||
{ "", "no-includes", "",
|
{ "", "no-includes", "",
|
||||||
|
|||||||
Reference in New Issue
Block a user