Fix accidental concatenation for "outputuntil" in the -debug-buffer-size option description.

llvm-svn: 175682
This commit is contained in:
Erik Verbruggen 2013-02-20 22:33:46 +00:00
parent 011bda8031
commit ef40cdd95b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Debug("debug", cl::desc("Enable debug output"), cl::Hidden,
//until program termination.
static cl::opt<unsigned>
DebugBufferSize("debug-buffer-size",
cl::desc("Buffer the last N characters of debug output"
cl::desc("Buffer the last N characters of debug output "
"until program termination. "
"[default 0 -- immediate print-out]"),
cl::Hidden,