summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectQuit.cpp
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2010-09-07 22:38:08 +0000
committerCaroline Tice <ctice@apple.com>2010-09-07 22:38:08 +0000
commit3f4c09c1c3c5a48c7ca4db68e0a47459096bc190 (patch)
treee351a59d200c6e5059a47aa55c9457838416f399 /lldb/source/Commands/CommandObjectQuit.cpp
parent88628e97381ccc696e7fbf17c0380590970609c2 (diff)
downloadbcm5719-llvm-3f4c09c1c3c5a48c7ca4db68e0a47459096bc190.tar.gz
bcm5719-llvm-3f4c09c1c3c5a48c7ca4db68e0a47459096bc190.zip
Small help text fixes, to make it more consistent and accurate.
Temporarily remove -l option from 'expr' command (at Sean's request). llvm-svn: 113298
Diffstat (limited to 'lldb/source/Commands/CommandObjectQuit.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectQuit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectQuit.cpp b/lldb/source/Commands/CommandObjectQuit.cpp
index 1d85555d195..f1d32361e30 100644
--- a/lldb/source/Commands/CommandObjectQuit.cpp
+++ b/lldb/source/Commands/CommandObjectQuit.cpp
@@ -24,7 +24,7 @@ using namespace lldb_private;
//-------------------------------------------------------------------------
CommandObjectQuit::CommandObjectQuit () :
- CommandObject ("quit", "Quits out of the LLDB debugger.", "quit")
+ CommandObject ("quit", "Quit out of the LLDB debugger.", "quit")
{
}
OpenPOWER on IntegriCloud