mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user