[llvm] r175682 - Fix accidental concatenation for "outputuntil" in the -debug-buffer-size option description.
Erik Verbruggen
erikjv at me.com
Wed Feb 20 14:33:46 PST 2013
Author: erikjv
Date: Wed Feb 20 16:33:46 2013
New Revision: 175682
URL: http://llvm.org/viewvc/llvm-project?rev=175682&view=rev
Log:
Fix accidental concatenation for "outputuntil" in the -debug-buffer-size option description.
Modified:
llvm/trunk/lib/Support/Debug.cpp
Modified: llvm/trunk/lib/Support/Debug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Debug.cpp?rev=175682&r1=175681&r2=175682&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Debug.cpp (original)
+++ llvm/trunk/lib/Support/Debug.cpp Wed Feb 20 16:33:46 2013
@@ -44,7 +44,7 @@ Debug("debug", cl::desc("Enable debug ou
//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,
More information about the llvm-commits
mailing list