Get the -o option right

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18052 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-11-20 20:45:33 +00:00
parent 679a723a63
commit 08602e5a30

View File

@ -121,7 +121,7 @@ cl::list<std::string> BOpt("B", cl::ZeroOrMore, cl::Prefix,
cl::list<std::string> LibPaths("L", cl::Prefix,
cl::desc("Specify a library search path"), cl::value_desc("directory"));
cl::list<std::string> Libraries("l", cl::Prefix,
cl::desc("Specify libraries to link to"), cl::value_desc("library prefix"));