Skip to content

Commit 3db251c

Browse files
authored
Merge pull request #67834 from rintaro/macros-helpdoc-rdar113646544
[Macros] Update help message for '-load-plugin-executable'
2 parents 81631d1 + 8aa277e commit 3db251c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/Option/Options.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1863,8 +1863,8 @@ def load_plugin_library:
18631863
def load_plugin_executable:
18641864
Separate<["-"], "load-plugin-executable">, Group<plugin_search_Group>,
18651865
Flags<[FrontendOption, DoesNotAffectIncrementalBuild, ArgumentIsPath]>,
1866-
HelpText<"Path to an executable compiler plugins and providing module names "
1867-
"such as macros">,
1866+
HelpText<"Path to a compiler plugin executable and a comma-separated list "
1867+
"of module names where the macro types are declared">,
18681868
MetaVarName<"<path>#<module-names>">;
18691869

18701870
include "FrontendOptions.td"

0 commit comments

Comments
 (0)