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:
parent
2facfeec7e
commit
dbc58ab77c
|
@ -90,7 +90,7 @@ const static FlatCOption options[] = {
|
|||
"--no-prefix." },
|
||||
{ "", "swift-implementation-only", "",
|
||||
"Adds a @_implementationOnly to swift imports" },
|
||||
{ "", "gen-inclues", "",
|
||||
{ "", "gen-includes", "",
|
||||
"(deprecated), this is the default behavior. If the original behavior is "
|
||||
"required (no include statements) use --no-includes." },
|
||||
{ "", "no-includes", "",
|
||||
|
|
Loading…
Reference in New Issue