Skip to content

Commit b313bda

Browse files
authored
Merge pull request swiftlang#35468 from keith/ks/fix-help-string-for-disable-implicit-swift-modules
2 parents f668c59 + 79dce8a commit b313bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Option/FrontendOptions.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def disable_typo_correction : Flag<["-"], "disable-typo-correction">,
165165
HelpText<"Disable typo correction">;
166166

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

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

0 commit comments

Comments
 (0)