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/CommandObjectTarget.cpp | |
| parent | 2634032c66df3656a65b2a4913efdd53a512c09b (diff) | |
| download | bcm5719-llvm-e3d26315672b8ae63b69ae9a3a03281e7b84a42c.tar.gz bcm5719-llvm-e3d26315672b8ae63b69ae9a3a03281e7b84a42c.zip | |
Clean up, clarify and standardize help text, and fix a few help text formatting problems.
llvm-svn: 113408
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.cpp')
| -rw-r--r-- | lldb/source/Commands/CommandObjectTarget.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp index 3c41464e707..1410d5b46d6 100644 --- a/lldb/source/Commands/CommandObjectTarget.cpp +++ b/lldb/source/Commands/CommandObjectTarget.cpp @@ -99,7 +99,7 @@ public: CommandObjectTargetImageSearchPathsClear () : CommandObject ("target image-search-paths clear", - "Clears all current image search paths substitution pairs from the current target.", + "Clear all current image search path substitution pairs from the current target.", "target image-search-paths clear") { } @@ -134,7 +134,7 @@ public: CommandObjectTargetImageSearchPathsInsert () : CommandObject ("target image-search-paths insert", - "Inserts a new image search paths substitution pair to the current target at the specified index.", + "Insert a new image search path substitution pair into the current target at the specified index.", "target image-search-paths insert <index> <path-prefix> <new-path-prefix> [<path-prefix> <new-path-prefix>] ...") { } @@ -217,7 +217,7 @@ public: CommandObjectTargetImageSearchPathsList () : CommandObject ("target image-search-paths list", - "Lists all current image search paths substitution pairs in the current target.", + "List all current image search path substitution pairs in the current target.", "target image-search-paths list") { } @@ -258,7 +258,7 @@ public: CommandObjectTargetImageSearchPathsQuery () : CommandObject ("target image-search-paths query", - "Transforms a path using the first applicable image search path.", + "Transform a path using the first applicable image search path.", "target image-search-paths query <path>") { } |

