diff --git a/include/swift/Option/Options.td b/include/swift/Option/Options.td index 85a11d114d03b..54cebe8f3ed7f 100644 --- a/include/swift/Option/Options.td +++ b/include/swift/Option/Options.td @@ -816,9 +816,9 @@ def emit_clang_header_path : Separate<["-"], "emit-clang-header-path">, Alias; def emit_clang_header_min_access : Separate<["-"], "emit-clang-header-min-access">, - Flags<[FrontendOption, NoInteractiveOption, ArgumentIsPath, CacheInvariant]>, + Flags<[FrontendOption, NoInteractiveOption, CacheInvariant]>, MetaVarName<"">, - HelpText<"The minimum access level of declarations to include in the emitted header.>">; + HelpText<"The minimum access level of declarations to include in the emitted header">; def static : Flag<["-"], "static">, Flags<[FrontendOption, ModuleInterfaceOption, NoInteractiveOption]>,