Move the space in overview output for commands out of each of the

commands and into the common code.

llvm-svn: 42752
This commit is contained in:
Dan Gohman
2007-10-08 15:45:12 +00:00
parent afedc063ab
commit 2c6a821fd7
19 changed files with 19 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ Force("f", cl::desc("Overwrite output files"));
int main(int argc, char **argv) {
llvm_shutdown_obj X; // Call llvm_shutdown() on exit.
cl::ParseCommandLineOptions(argc, argv, " llvm .ll -> .cpp assembler\n");
cl::ParseCommandLineOptions(argc, argv, "llvm .ll -> .cpp assembler\n");
sys::PrintStackTraceOnErrorSignal();
int exitCode = 0;