Shorten a value description so --help out isn't so wide.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 7 Jun 2006 23:07:51 +0000 (23:07 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 7 Jun 2006 23:07:51 +0000 (23:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28721 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-ld/Optimize.cpp

index 41111f93fc8471d73f8ddddaf0602a7babc7aefa..592b6225868be4a858cdb939b68dcfa4c86987d2 100644 (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