Make sure users know that "target variable" can read variables while running a process by changing the documentation string.

llvm-svn: 167343
This commit is contained in:
Greg Clayton
2012-11-03 00:10:22 +00:00
parent 80fcdd429f
commit dfdd1eb65e

View File

@@ -571,7 +571,7 @@ public:
CommandObjectTargetVariable (CommandInterpreter &interpreter) :
CommandObjectParsed (interpreter,
"target variable",
"Read global variable(s) prior to running your binary.",
"Read global variable(s) prior to, or while running your binary.",
NULL,
0),
m_option_group (interpreter),