We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81631d1 + 8aa277e commit 3db251cCopy full SHA for 3db251c
include/swift/Option/Options.td
@@ -1863,8 +1863,8 @@ def load_plugin_library:
1863
def load_plugin_executable:
1864
Separate<["-"], "load-plugin-executable">, Group<plugin_search_Group>,
1865
Flags<[FrontendOption, DoesNotAffectIncrementalBuild, ArgumentIsPath]>,
1866
- HelpText<"Path to an executable compiler plugins and providing module names "
1867
- "such as macros">,
+ HelpText<"Path to a compiler plugin executable and a comma-separated list "
+ "of module names where the macro types are declared">,
1868
MetaVarName<"<path>#<module-names>">;
1869
1870
include "FrontendOptions.td"
0 commit comments