aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectSource.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectSource.cpp b/lldb/source/Commands/CommandObjectSource.cpp
index 937e624..65a95db 100644
--- a/lldb/source/Commands/CommandObjectSource.cpp
+++ b/lldb/source/Commands/CommandObjectSource.cpp
@@ -98,7 +98,7 @@ class CommandObjectSourceInfo : public CommandObject
public:
CommandObjectSourceInfo() :
CommandObject ("source info",
- "Display info on the source lines from the current executable's debug info.",
+ "Display information about the source lines from the current executable's debug info.",
"source info [<cmd-options>]")
{
}
@@ -229,7 +229,7 @@ class CommandObjectSourceList : public CommandObject
public:
CommandObjectSourceList() :
CommandObject ("source list",
- "Display source files from the current executable's debug info.",
+ "Display source code (as specified) based on the current executable's debug info.",
"source list [<cmd-options>] [<filename>]")
{
}