Skip to content

Commit 87cbe5d

Browse files
committed
Clean up help text for new option
1 parent 511ce96 commit 87cbe5d

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
@@ -356,7 +356,7 @@ def import_objc_header : Separate<["-"], "import-objc-header">,
356356

357357
def internal_import_bridging_header : Separate<["-"], "internal-import-bridging-header">,
358358
Flags<[FrontendOption, ArgumentIsPath]>,
359-
HelpText<"Imports an C header file as an internal import">;
359+
HelpText<"Implicitly imports a C header file as an internal import">;
360360

361361
def import_pch : Separate<["-"], "import-pch">,
362362
Flags<[FrontendOption, HelpHidden, ArgumentIsPath]>,

0 commit comments

Comments
 (0)