From e3d26315672b8ae63b69ae9a3a03281e7b84a42c Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Wed, 8 Sep 2010 21:06:11 +0000 Subject: Clean up, clarify and standardize help text, and fix a few help text formatting problems. llvm-svn: 113408 --- lldb/source/Commands/CommandObjectSource.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Commands/CommandObjectSource.cpp') diff --git a/lldb/source/Commands/CommandObjectSource.cpp b/lldb/source/Commands/CommandObjectSource.cpp index 937e624..65a95db 100644 --- a/lldb/source/Commands/CommandObjectSource.cpp +++ b/lldb/source/Commands/CommandObjectSource.cpp @@ -98,7 +98,7 @@ class CommandObjectSourceInfo : public CommandObject public: CommandObjectSourceInfo() : CommandObject ("source info", - "Display info on the source lines from the current executable's debug info.", + "Display information about the source lines from the current executable's debug info.", "source info []") { } @@ -229,7 +229,7 @@ class CommandObjectSourceList : public CommandObject public: CommandObjectSourceList() : CommandObject ("source list", - "Display source files from the current executable's debug info.", + "Display source code (as specified) based on the current executable's debug info.", "source list [] []") { } -- cgit v1.1