mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 00:16:25 +00:00
Fix accidental concatenation for "outputuntil" in the -debug-buffer-size option description.
llvm-svn: 175682
This commit is contained in:
parent
89c0252c2a
commit
fdf4893936
@ -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