mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Clean up help text for new option
This commit is contained in:
@@ -356,7 +356,7 @@ def import_objc_header : Separate<["-"], "import-objc-header">,
|
||||
|
||||
def internal_import_bridging_header : Separate<["-"], "internal-import-bridging-header">,
|
||||
Flags<[FrontendOption, ArgumentIsPath]>,
|
||||
HelpText<"Imports an C header file as an internal import">;
|
||||
HelpText<"Implicitly imports a C header file as an internal import">;
|
||||
|
||||
def import_pch : Separate<["-"], "import-pch">,
|
||||
Flags<[FrontendOption, HelpHidden, ArgumentIsPath]>,
|
||||
|
||||
Reference in New Issue
Block a user