forked from OSchip/llvm-project
Fix the help for "image dump line-table" - its arguments are compilation units not modules.
llvm-svn: 184226
This commit is contained in:
parent
6d51d86698
commit
cc0273d784
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue