diff --git a/include/swift/Option/Options.td b/include/swift/Option/Options.td index dcaeec6876b06..6e5f7cae29689 100644 --- a/include/swift/Option/Options.td +++ b/include/swift/Option/Options.td @@ -1823,8 +1823,8 @@ def load_plugin_library: def load_plugin_executable: Separate<["-"], "load-plugin-executable">, Group, Flags<[FrontendOption, DoesNotAffectIncrementalBuild, ArgumentIsPath]>, - HelpText<"Path to an executable compiler plugins and providing module names " - "such as macros">, + HelpText<"Path to a compiler plugin executable and a comma-separated list " + "of module names where the macro types are declared">, MetaVarName<"#">; include "FrontendOptions.td"