Fix the help for "image dump line-table" - its arguments are compilation units not modules.

llvm-svn: 184226
This commit is contained in:
Jim Ingham 2013-06-18 20:27:11 +00:00
parent 6d51d86698
commit cc0273d784
1 changed files with 1 additions and 1 deletions

View File

@ -2430,7 +2430,7 @@ public:
CommandObjectTargetModulesDumpLineTable (CommandInterpreter &interpreter) :
CommandObjectTargetModulesSourceFileAutoComplete (interpreter,
"target modules dump line-table",
"Dump the debug symbol file for one or more target modules.",
"Dump the line table for one or more compilation units.",
NULL,
eFlagRequiresTarget)
{