summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectRegister.cpp
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2010-09-08 22:08:58 +0000
committerCaroline Tice <ctice@apple.com>2010-09-08 22:08:58 +0000
commit09799af62e61d1ad5d0f311b41a9648395cf3ffd (patch)
tree4c7b0332820d1de11d88fd8ae07ec0f209485bc3 /lldb/source/Commands/CommandObjectRegister.cpp
parent0d2e6ad504fd3785025906bb1f9a9c0a85d187d3 (diff)
downloadbcm5719-llvm-09799af62e61d1ad5d0f311b41a9648395cf3ffd.tar.gz
bcm5719-llvm-09799af62e61d1ad5d0f311b41a9648395cf3ffd.zip
More help text fixes.
llvm-svn: 113421
Diffstat (limited to 'lldb/source/Commands/CommandObjectRegister.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectRegister.cpp2
1 files changed, 1 insertions, 1 deletions
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 [<reg-name1> [<reg-name2> [...]]]",
eFlagProcessMustBeLaunched | eFlagProcessMustBePaused)
{
OpenPOWER on IntegriCloud