Get the -o option right

llvm-svn: 18052
This commit is contained in:
Reid Spencer 2004-11-20 20:45:33 +00:00
parent 835060938c
commit 66c2d807a3
1 changed files with 1 additions and 1 deletions

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"));