diff options
Diffstat (limited to 'public/tools/ld/src/CommandLine.cc')
| -rw-r--r-- | public/tools/ld/src/CommandLine.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/tools/ld/src/CommandLine.cc b/public/tools/ld/src/CommandLine.cc index 6f2fc4a8..3efa5301 100644 --- a/public/tools/ld/src/CommandLine.cc +++ b/public/tools/ld/src/CommandLine.cc @@ -10,7 +10,6 @@ SInt32 main(SInt32 argc, Char* argv[]) { - ConOut(nullptr, "LD: Either OpenCC or Aker's CC needs to be installed.\rLD: This program is present as a placeholder."); - + ConOut(nullptr, "LD: OpenCC or GCC for Ne needs to be installed.\rLD: This program is present as a placeholder."); return EXIT_FAILURE; } |
