aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccld')
-rw-r--r--tools/gccld/gccld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccld/gccld.cpp b/tools/gccld/gccld.cpp
index c2aa837..cb77bb0 100644
--- a/tools/gccld/gccld.cpp
+++ b/tools/gccld/gccld.cpp
@@ -69,7 +69,7 @@ static inline std::auto_ptr<Module> LoadFile(const std::string &FN) {
if (FoundAFile)
cerr << "Bytecode file '" << FN << "' corrupt! "
- << "Use 'link -v ...' for more info.\n";
+ << "Use 'gccld -v ...' for more info.\n";
else
cerr << "Could not locate bytecode file: '" << FN << "'\n";
return std::auto_ptr<Module>();