Small help text fixes, to make it more consistent and accurate.
Temporarily remove -l option from 'expr' command (at Sean's request).
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@113298 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectQuit.cpp b/source/Commands/CommandObjectQuit.cpp
index 1d85555..f1d3236 100644
--- a/source/Commands/CommandObjectQuit.cpp
+++ b/source/Commands/CommandObjectQuit.cpp
@@ -24,7 +24,7 @@
//-------------------------------------------------------------------------
CommandObjectQuit::CommandObjectQuit () :
- CommandObject ("quit", "Quits out of the LLDB debugger.", "quit")
+ CommandObject ("quit", "Quit out of the LLDB debugger.", "quit")
{
}