Shorten a value description so --help out isn't so wide.

llvm-svn: 28721
This commit is contained in:
Reid Spencer 2006-06-07 23:07:51 +00:00
parent c1588f624c
commit ed95105b45
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ static cl::alias ExportDynamic("export-dynamic",
cl::desc("Alias for -disable-internalize"));
static cl::list<std::string> LoadableModules("load",
cl::value_desc("path to loadable optimization module"),
cl::value_desc("path"),
cl::desc("Load an optimization module and run it"));
// A utility function that adds a pass to the pass manager but will also add