commit | c1ad82eb979ee856b86aec6e2acb7bddf75f7c4f | [log] [tgz] |
---|---|---|
author | Caroline Tice <ctice@apple.com> | Tue Sep 07 22:38:08 2010 +0000 |
committer | Caroline Tice <ctice@apple.com> | Tue Sep 07 22:38:08 2010 +0000 |
tree | b1cbf3dd8360ca1a992d9d3a98d411a00ee76005 | |
parent | b47e69e6903ba9f2a699d0fac20f0d8df96d2dcc [diff] [blame] |
Small help text fixes, to make it more consistent and accurate. Temporarily remove -l option from 'expr' command (at Sean's request). git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@113298 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectExpression.h b/source/Commands/CommandObjectExpression.h index a466167..f480563 100644 --- a/source/Commands/CommandObjectExpression.h +++ b/source/Commands/CommandObjectExpression.h
@@ -46,7 +46,7 @@ // Options table: Required for subclasses of Options. static lldb::OptionDefinition g_option_table[]; - Language language; + //Language language; lldb::Encoding encoding; lldb::Format format; bool debug;