Fix synopsis
authorChris Lattner <sabre@nondot.org>
Mon, 22 Jul 2002 02:18:09 +0000 (02:18 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Jul 2002 02:18:09 +0000 (02:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2988 91177308-0d34-0410-b5e6-96231b3b80d8

tools/link/link.cpp
tools/llvm-link/llvm-link.cpp

index e2ab02e92d0fedf96aa418d1f1ed6862dcb3820e..7f48cc4b7b129c2e826c3e50d2245c6e7189d7b0 100644 (file)
@@ -24,7 +24,7 @@ using std::cerr;
 
 static cl::list<std::string>
 InputFilenames(cl::Positional, cl::OneOrMore,
-               cl::desc("Load <arg> files, linking them together"));
+               cl::desc("<input bytecode files>"));
 
 static cl::opt<std::string>
 OutputFilename("o", cl::desc("Override output filename"), cl::init("-"),
index e2ab02e92d0fedf96aa418d1f1ed6862dcb3820e..7f48cc4b7b129c2e826c3e50d2245c6e7189d7b0 100644 (file)
@@ -24,7 +24,7 @@ using std::cerr;
 
 static cl::list<std::string>
 InputFilenames(cl::Positional, cl::OneOrMore,
-               cl::desc("Load <arg> files, linking them together"));
+               cl::desc("<input bytecode files>"));
 
 static cl::opt<std::string>
 OutputFilename("o", cl::desc("Override output filename"), cl::init("-"),