Fix short description of 'target variable' command.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@135005 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectTarget.cpp b/source/Commands/CommandObjectTarget.cpp
index b957314..c450046 100644
--- a/source/Commands/CommandObjectTarget.cpp
+++ b/source/Commands/CommandObjectTarget.cpp
@@ -412,8 +412,8 @@
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),