[ValueObjectDisplay] Generalize the description of an option.

This commit is contained in:
Davide Italiano 2019-10-29 13:05:56 -07:00
parent 2460989eab
commit d46c65592e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ static const OptionDefinition g_option_table[] = {
{}, 0, eArgTypeNone, "Show variable location information."},
{LLDB_OPT_SET_1, false, "object-description", 'O',
OptionParser::eNoArgument, nullptr, {}, 0, eArgTypeNone,
"Print as an Objective-C object."},
"Display using a language-specific description API, if possible."},
{LLDB_OPT_SET_1, false, "ptr-depth", 'P', OptionParser::eRequiredArgument,
nullptr, {}, 0, eArgTypeCount, "The number of pointers to be traversed "
"when dumping values (default is zero)."},