From 09799af62e61d1ad5d0f311b41a9648395cf3ffd Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Wed, 8 Sep 2010 22:08:58 +0000 Subject: More help text fixes. llvm-svn: 113421 --- lldb/source/Commands/CommandObjectRegister.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectRegister.cpp') diff --git a/lldb/source/Commands/CommandObjectRegister.cpp b/lldb/source/Commands/CommandObjectRegister.cpp index da1d15068ce..be7b5f19f1a 100644 --- a/lldb/source/Commands/CommandObjectRegister.cpp +++ b/lldb/source/Commands/CommandObjectRegister.cpp @@ -33,7 +33,7 @@ class CommandObjectRegisterRead : public CommandObject public: CommandObjectRegisterRead () : CommandObject ("register read", - "Dump the one or more register values from the current frame.", + "Dump the contents of one or more register values from the current frame.", "register read [ [ [...]]]", eFlagProcessMustBeLaunched | eFlagProcessMustBePaused) { -- cgit v1.2.3