Move the space in overview output for commands out of each of the
[oota-llvm.git] / tools / llvmc / llvmc.cpp
index c257a3ebab24f987ab6ce29ee169f52f59b847bc..dc78397b1e4e4241e4b586d59b5ebf7dc5b01fa2 100644 (file)
@@ -257,7 +257,7 @@ int main(int argc, char **argv) {
 
     // Parse the command line options
     cl::ParseCommandLineOptions(argc, argv,
-      " LLVM Compiler Driver (llvmc)\n\n"
+      "LLVM Compiler Driver (llvmc)\n\n"
       "  This program provides easy invocation of the LLVM tool set\n"
       "  and other compiler tools.\n"
     );