summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObjectScript.cpp
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2010-09-07 22:38:08 +0000
committerCaroline Tice <ctice@apple.com>2010-09-07 22:38:08 +0000
commit3f4c09c1c3c5a48c7ca4db68e0a47459096bc190 (patch)
treee351a59d200c6e5059a47aa55c9457838416f399 /lldb/source/Interpreter/CommandObjectScript.cpp
parent88628e97381ccc696e7fbf17c0380590970609c2 (diff)
downloadbcm5719-llvm-3f4c09c1c3c5a48c7ca4db68e0a47459096bc190.tar.gz
bcm5719-llvm-3f4c09c1c3c5a48c7ca4db68e0a47459096bc190.zip
Small help text fixes, to make it more consistent and accurate.
Temporarily remove -l option from 'expr' command (at Sean's request). llvm-svn: 113298
Diffstat (limited to 'lldb/source/Interpreter/CommandObjectScript.cpp')
-rw-r--r--lldb/source/Interpreter/CommandObjectScript.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Interpreter/CommandObjectScript.cpp b/lldb/source/Interpreter/CommandObjectScript.cpp
index 149406554f2..a9d9afca320 100644
--- a/lldb/source/Interpreter/CommandObjectScript.cpp
+++ b/lldb/source/Interpreter/CommandObjectScript.cpp
@@ -29,8 +29,8 @@ using namespace lldb_private;
CommandObjectScript::CommandObjectScript (ScriptLanguage script_lang) :
CommandObject ("script",
- "Passes an expression to the script interpreter for evaluation and returns the results. Drops user into the interactive interpreter if no expressions are given.",
- "script [<script-expressions-for-evaluation>]"),
+ "Pass an expression to the script interpreter for evaluation and return the results. Drop into the interactive interpreter if no expression is given.",
+ "script [<script-expression-for-evaluation>]"),
m_script_lang (script_lang),
m_interpreter_ap ()
{
OpenPOWER on IntegriCloud