diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-07-12 22:34:30 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-07-12 22:34:30 +0000 |
commit | ef1c6845ae4a8e70181a4830b4177650fe706446 (patch) | |
tree | 96eb2d3027c751305c28b76487ddec8c56933320 | |
parent | 0aadf83f805cdd89abcc18965f77ee65a409304f (diff) | |
download | bcm5719-llvm-ef1c6845ae4a8e70181a4830b4177650fe706446.tar.gz bcm5719-llvm-ef1c6845ae4a8e70181a4830b4177650fe706446.zip |
Fix short description of 'target variable' command.
llvm-svn: 135005
-rw-r--r-- | lldb/source/Commands/CommandObjectTarget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp index b957314cbd4..c450046cef9 100644 --- a/lldb/source/Commands/CommandObjectTarget.cpp +++ b/lldb/source/Commands/CommandObjectTarget.cpp @@ -412,8 +412,8 @@ class CommandObjectTargetVariable : public CommandObject public: CommandObjectTargetVariable (CommandInterpreter &interpreter) : CommandObject (interpreter, - "target select", - "Select a target as the current target by target index.", + "target variable", + "Read global variable(s) prior to running your binary.", NULL, 0), m_option_group (interpreter), |