Skip to content

Commit adce3fb

Browse files
committed
Improve help text for -no-toolchain-stdlib-rpath flag.
1 parent 9a1b3f2 commit adce3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Option/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def toolchain_stdlib_rpath: Flag<["-"], "toolchain-stdlib-rpath">,
510510
HelpText<"Add an rpath entry for the toolchain's standard library, rather than the OS's">;
511511
def no_toolchain_stdlib_rpath: Flag<["-"], "no-toolchain-stdlib-rpath">,
512512
Flags<[HelpHidden,DoesNotAffectIncrementalBuild]>,
513-
HelpText<"Do not add an rpath entry for the toolchain's standard library, rather than the OS's">;
513+
HelpText<"Do not add an rpath entry for the toolchain's standard library (default)">;
514514
def no_stdlib_rpath: Flag<["-"], "no-stdlib-rpath">,
515515
Flags<[HelpHidden,DoesNotAffectIncrementalBuild]>,
516516
HelpText<"Don't add any rpath entries.">;

0 commit comments

Comments
 (0)