Fix the lli --extra-module value_desc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alp Toker 2013-10-28 22:51:25 +00:00
parent bc850d0c6c
commit 730e3c6995

View File

@ -134,7 +134,7 @@ namespace {
cl::list<std::string>
ExtraModules("extra-module",
cl::desc("Extra modules to be loaded"),
cl::value_desc("<input bitcode 2>,<input bitcode 3>,..."));
cl::value_desc("input bitcode"));
cl::opt<std::string>
FakeArgv0("fake-argv0",