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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user