Move the space in overview output for commands out of each of the
[oota-llvm.git] / tools / llvm-link / llvm-link.cpp
index 5db13aabae4611e4eaa49f514f04bd3f66008541..a5def959429cafda9c9632f7d4711592b9a855d7 100644 (file)
@@ -79,7 +79,7 @@ static inline std::auto_ptr<Module> LoadFile(const std::string &FN) {
 
 int main(int argc, char **argv) {
   llvm_shutdown_obj X;  // Call llvm_shutdown() on exit.
-  cl::ParseCommandLineOptions(argc, argv, " llvm linker\n");
+  cl::ParseCommandLineOptions(argc, argv, "llvm linker\n");
   sys::PrintStackTraceOnErrorSignal();
   assert(InputFilenames.size() > 0 && "OneOrMore is not working");