diff options
author | Erik Verbruggen <erikjv@me.com> | 2013-02-20 22:33:46 +0000 |
---|---|---|
committer | Erik Verbruggen <erikjv@me.com> | 2013-02-20 22:33:46 +0000 |
commit | ef40cdd95b1c44a641c9cfe0bf2fbe8aab21327f (patch) | |
tree | a81a77017f871d4076dddc6c521546a0a456f293 /llvm/lib/Support/Debug.cpp | |
parent | 011bda8031bb68c86a1eebcf328697d418dfd5d6 (diff) | |
download | bcm5719-llvm-ef40cdd95b1c44a641c9cfe0bf2fbe8aab21327f.tar.gz bcm5719-llvm-ef40cdd95b1c44a641c9cfe0bf2fbe8aab21327f.zip |
Fix accidental concatenation for "outputuntil" in the -debug-buffer-size option description.
llvm-svn: 175682
Diffstat (limited to 'llvm/lib/Support/Debug.cpp')
-rw-r--r-- | llvm/lib/Support/Debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Debug.cpp b/llvm/lib/Support/Debug.cpp index 0c0f15eddd3..d9cb8a9da81 100644 --- a/llvm/lib/Support/Debug.cpp +++ b/llvm/lib/Support/Debug.cpp @@ -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, |