Move the space in overview output for commands out of each of the
[oota-llvm.git] / tools / opt / opt.cpp
index 9d714596bfc5d2965031f67b41982230b6635b58..3526e62a6410037c1089a9aa1bafee8489c82501 100644 (file)
@@ -308,7 +308,7 @@ int main(int argc, char **argv) {
   llvm_shutdown_obj X;  // Call llvm_shutdown() on exit.
   try {
     cl::ParseCommandLineOptions(argc, argv,
-      " llvm .bc -> .bc modular optimizer and analysis printer \n");
+      "llvm .bc -> .bc modular optimizer and analysis printer\n");
     sys::PrintStackTraceOnErrorSignal();
 
     // Allocate a full target machine description only if necessary.