Skip to content

Commit 8aa277e

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

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)