Skip to content

Commit a6004bd

Browse files
committed
[Macros] Update help message for '-load-plugin-executable'
Clarify the format of the option and semantics. rdar://113646544 (cherry picked from commit 8aa277e)
1 parent ae5efe8 commit a6004bd

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
@@ -1823,8 +1823,8 @@ def load_plugin_library:
18231823
def load_plugin_executable:
18241824
Separate<["-"], "load-plugin-executable">, Group<plugin_search_Group>,
18251825
Flags<[FrontendOption, DoesNotAffectIncrementalBuild, ArgumentIsPath]>,
1826-
HelpText<"Path to an executable compiler plugins and providing module names "
1827-
"such as macros">,
1826+
HelpText<"Path to a compiler plugin executable and a comma-separated list "
1827+
"of module names where the macro types are declared">,
18281828
MetaVarName<"<path>#<module-names>">;
18291829

18301830
include "FrontendOptions.td"

0 commit comments

Comments
 (0)