Skip to content

Commit 541c078

Browse files
committed
Update input description
1 parent b5b285e commit 541c078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-ide-test/swift-ide-test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ EnableCrossImportOverlays("enable-cross-import-overlays",
340340
llvm::cl::init(false));
341341
static llvm::cl::list<std::string>
342342
ModuleAliases("module-alias",
343-
llvm::cl::desc("Use '-module-alias <name>=<underlying_name>' to map a module of <name> to a different name"),
343+
llvm::cl::desc("Use '-module-alias <name>=<binary_name>' to map a module of <name> that appears in source code to <binary_name>"),
344344
llvm::cl::cat(Category));
345345

346346
static llvm::cl::opt<bool>

0 commit comments

Comments
 (0)