Fixed 'expr' help message.

llvm-svn: 115185
This commit is contained in:
Johnny Chen 2010-09-30 18:16:58 +00:00
parent eae9cc6dc7
commit a9a764e65d
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ CommandObjectExpression::CommandOptions::GetDefinitions ()
CommandObjectExpression::CommandObjectExpression (CommandInterpreter &interpreter) :
CommandObject (interpreter,
"expression",
"Evaluate an Objective-C++ expression in the current program context, using variables currently in scope.",
"Evaluate a C/ObjC/C++ expression in the current program context, using variables currently in scope.",
"expression [<cmd-options>] <expr>"),
m_expr_line_count (0),
m_expr_lines ()