mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Fix accidental concatenation for "outputuntil" in the -debug-buffer-size option description.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175682 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb2ae3d98e
commit
3179b17946
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user