Fix short description of 'target variable' command.

llvm-svn: 135005
This commit is contained in:
Johnny Chen 2011-07-12 22:34:30 +00:00
parent 0aadf83f80
commit ef1c6845ae
1 changed files with 2 additions and 2 deletions

View File

@ -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),