Move the space in overview output for commands out of each of the
[oota-llvm.git] / tools / llvm-db / llvm-db.cpp
index 57994bfe31652c35689ea50ae7eb63450ed0075b..90b577c93a0b0c156a17241eb480c13c6b91a226 100644 (file)
@@ -53,7 +53,7 @@ int main(int argc, char **argv, char * const *envp) {
   std::cout << "NOTE: llvm-db is known useless right now.\n";
   try {
     cl::ParseCommandLineOptions(argc, argv,
-                                " llvm source-level debugger\n");
+                                "llvm source-level debugger\n");
     sys::PrintStackTraceOnErrorSignal();
 
     if (!Quiet)