aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2012-08-08 01:12:11 +0000
committerEnrico Granata <egranata@apple.com>2012-08-08 01:12:11 +0000
commite58a507da124d0455817e906cbcf30a4a557afa3 (patch)
treef0af2d54a737b01ced33751640f85a927976d27a /lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
parent0556be983d04f5e347d79bddf9cfd1148d302e92 (diff)
downloadllvm-e58a507da124d0455817e906cbcf30a4a557afa3.zip
llvm-e58a507da124d0455817e906cbcf30a4a557afa3.tar.gz
llvm-e58a507da124d0455817e906cbcf30a4a557afa3.tar.bz2
<rdar://problem/11576169> Better documentation string for the -Y option to frame variable
llvm-svn: 161464
Diffstat (limited to 'lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp')
-rw-r--r--lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp b/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
index 28c31ce..ced2c5c 100644
--- a/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
+++ b/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
@@ -40,7 +40,7 @@ g_option_table[] =
{ LLDB_OPT_SET_1, false, "objc", 'O', no_argument, NULL, 0, eArgTypeNone, "Print as an Objective-C object."},
{ LLDB_OPT_SET_1, false, "ptr-depth", 'P', required_argument, NULL, 0, eArgTypeCount, "The number of pointers to be traversed when dumping values (default is zero)."},
{ LLDB_OPT_SET_1, false, "show-types", 'T', no_argument, NULL, 0, eArgTypeNone, "Show variable types when dumping values."},
- { LLDB_OPT_SET_1, false, "no-summary-depth", 'Y', optional_argument, NULL, 0, eArgTypeCount, "Set a depth for omitting summary information (default is 1)."},
+ { LLDB_OPT_SET_1, false, "no-summary-depth", 'Y', optional_argument, NULL, 0, eArgTypeCount, "Set the depth at which omitting summary information stops (default is 1)."},
{ LLDB_OPT_SET_1, false, "raw-output", 'R', no_argument, NULL, 0, eArgTypeNone, "Don't use formatting options."},
{ LLDB_OPT_SET_1, false, "show-all-children",'A', no_argument, NULL, 0, eArgTypeNone, "Ignore the upper bound on the number of children to show."},
{ 0, false, NULL, 0, 0, NULL, NULL, eArgTypeNone, NULL }