Skip to content

Commit 79dce8a

Browse files
committed
Fix help string for -disable-implicit-swift-modules
1 parent 23b8dba commit 79dce8a

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
@@ -176,7 +176,7 @@ def disable_typo_correction : Flag<["-"], "disable-typo-correction">,
176176
HelpText<"Disable typo correction">;
177177

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

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

0 commit comments

Comments
 (0)