aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/link/link.cpp2
-rw-r--r--tools/llvm-link/llvm-link.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/link/link.cpp b/tools/link/link.cpp
index e2ab02e92d..7f48cc4b7b 100644
--- a/tools/link/link.cpp
+++ b/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/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp
index e2ab02e92d..7f48cc4b7b 100644
--- a/tools/llvm-link/llvm-link.cpp
+++ b/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("-"),