Make sure users know that "target variable" can read variables while running a process by changing the documentation string.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@167343 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectTarget.cpp b/source/Commands/CommandObjectTarget.cpp
index 10d9705..679c5dd 100644
--- a/source/Commands/CommandObjectTarget.cpp
+++ b/source/Commands/CommandObjectTarget.cpp
@@ -571,7 +571,7 @@
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),