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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28721 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-06-07 23:07:51 +00:00
parent e3f0561545
commit 2991b01b18

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