From a9a764e65d91237a9d33ad2a7a6e7fc928a5bdd3 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 30 Sep 2010 18:16:58 +0000 Subject: Fixed 'expr' help message. llvm-svn: 115185 --- lldb/source/Commands/CommandObjectExpression.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectExpression.cpp') diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index 0060a71570a..51ce177d994 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -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 [] "), m_expr_line_count (0), m_expr_lines () -- cgit v1.2.3