Skip to content

Commit

Permalink
Merge pull request #35468 from keith/ks/fix-help-string-for-disable-i…
Browse files Browse the repository at this point in the history
…mplicit-swift-modules
  • Loading branch information
swift-ci authored Jan 20, 2021
2 parents f668c59 + 79dce8a commit b313bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/swift/Option/FrontendOptions.td
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def disable_typo_correction : Flag<["-"], "disable-typo-correction">,
HelpText<"Disable typo correction">;

def disable_implicit_swift_modules: Flag<["-"], "disable-implicit-swift-modules">,
HelpText<"Disable building Swift modules explicitly by the compiler">;
HelpText<"Disable building Swift modules implicitly by the compiler">;

def swift_module_file
: Separate<["-"], "swift-module-file">, MetaVarName<"<path>">,
Expand Down

0 comments on commit b313bda

Please sign in to comment.