From dbc58ab77cfeed10180f9981a25e5c39f16b9b2e Mon Sep 17 00:00:00 2001 From: Ben Beasley Date: Tue, 8 Nov 2022 13:16:17 -0500 Subject: [PATCH] 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). --- src/flatc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flatc.cpp b/src/flatc.cpp index 6db694556..40a538fcd 100644 --- a/src/flatc.cpp +++ b/src/flatc.cpp @@ -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", "",