Move the space in overview output for commands out of each of the
[oota-llvm.git] / tools / llvm-ld / llvm-ld.cpp
index 72c4b1ecb41e5b16a6a5dfd3bd59f24f1b461917..bb3f625e23c73461572a770204533fc0a1854d9b 100644 (file)
@@ -469,7 +469,7 @@ int main(int argc, char **argv, char **envp) {
     progname = sys::Path(argv[0]).getBasename();
 
     // Parse the command line options
-    cl::ParseCommandLineOptions(argc, argv, " llvm linker\n");
+    cl::ParseCommandLineOptions(argc, argv, "llvm linker\n");
     sys::PrintStackTraceOnErrorSignal();
 
     // Construct a Linker (now that Verbose is set)