diff options
-rw-r--r-- | llvm/tools/link/link.cpp | 2 | ||||
-rw-r--r-- | llvm/tools/llvm-link/llvm-link.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/link/link.cpp b/llvm/tools/link/link.cpp index e2ab02e92d0..7f48cc4b7b1 100644 --- a/llvm/tools/link/link.cpp +++ b/llvm/tools/link/link.cpp @@ -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("-"), diff --git a/llvm/tools/llvm-link/llvm-link.cpp b/llvm/tools/llvm-link/llvm-link.cpp index e2ab02e92d0..7f48cc4b7b1 100644 --- a/llvm/tools/llvm-link/llvm-link.cpp +++ b/llvm/tools/llvm-link/llvm-link.cpp @@ -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("-"), |