Move the space in overview output for commands out of each of the
[oota-llvm.git] / tools / llvm-ar / llvm-ar.cpp
index 1d3ede6459de01bde7a43935966560e91314f1aa..1620bf440d5f00ee1a19e97732451c8b4b21ef87 100644 (file)
@@ -690,7 +690,7 @@ int main(int argc, char **argv) {
   // Have the command line options parsed and handle things
   // like --help and --version.
   cl::ParseCommandLineOptions(argc, argv,
-    " LLVM Archiver (llvm-ar)\n\n"
+    "LLVM Archiver (llvm-ar)\n\n"
     "  This program archives bitcode files into single libraries\n"
   );