commit | 2c6a821fd7c4e0df63c5dd5bf6aa231d7eb38332 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon Oct 08 15:45:12 2007 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon Oct 08 15:45:12 2007 +0000 |
tree | b478adfe126e979825296cb755fc114ee3a9a550 | |
parent | afedc063abd82ce982c2ed4f1ffa977cae2b2cc7 [diff] [blame] |
Move the space in overview output for commands out of each of the commands and into the common code. llvm-svn: 42752
diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index 1f5008a..fc25a63 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp
@@ -951,7 +951,7 @@ } if (ProgramOverview) - cout << "OVERVIEW:" << ProgramOverview << "\n"; + cout << "OVERVIEW: " << ProgramOverview << "\n"; cout << "USAGE: " << ProgramName << " [options]";