Fix the help for "image dump line-table" - its arguments are compilation units not modules.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@184226 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectTarget.cpp b/source/Commands/CommandObjectTarget.cpp
index cd2e7c3..689fb2e 100644
--- a/source/Commands/CommandObjectTarget.cpp
+++ b/source/Commands/CommandObjectTarget.cpp
@@ -2430,7 +2430,7 @@
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)
{