diff options
author | Caroline Tice <ctice@apple.com> | 2010-09-08 21:06:11 +0000 |
---|---|---|
committer | Caroline Tice <ctice@apple.com> | 2010-09-08 21:06:11 +0000 |
commit | e3d26315672b8ae63b69ae9a3a03281e7b84a42c (patch) | |
tree | 7a48cc2c77b164dc45872cbdf434d5c04e57f4ea /lldb/source/Commands/CommandObjectSource.cpp | |
parent | 2634032c66df3656a65b2a4913efdd53a512c09b (diff) | |
download | llvm-e3d26315672b8ae63b69ae9a3a03281e7b84a42c.zip llvm-e3d26315672b8ae63b69ae9a3a03281e7b84a42c.tar.gz llvm-e3d26315672b8ae63b69ae9a3a03281e7b84a42c.tar.bz2 |
Clean up, clarify and standardize help text, and fix a few help text formatting problems.
llvm-svn: 113408
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectSource.cpp | 4 |
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>]") { } |