summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectCommands.cpp
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2010-09-08 21:06:11 +0000
committerCaroline Tice <ctice@apple.com>2010-09-08 21:06:11 +0000
commite3d26315672b8ae63b69ae9a3a03281e7b84a42c (patch)
tree7a48cc2c77b164dc45872cbdf434d5c04e57f4ea /lldb/source/Commands/CommandObjectCommands.cpp
parent2634032c66df3656a65b2a4913efdd53a512c09b (diff)
downloadbcm5719-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/CommandObjectCommands.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectCommands.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectCommands.cpp b/lldb/source/Commands/CommandObjectCommands.cpp
index b48f8ae9977..7f9d151e17b 100644
--- a/lldb/source/Commands/CommandObjectCommands.cpp
+++ b/lldb/source/Commands/CommandObjectCommands.cpp
@@ -33,7 +33,7 @@ class CommandObjectCommandsSource : public CommandObject
public:
CommandObjectCommandsSource() :
CommandObject ("commands source",
- "Reads in debugger commands from the file <filename> and executes them.",
+ "Read in debugger commands from the file <filename> and execute them.",
"command source <filename>")
{
}
@@ -139,8 +139,8 @@ class CommandObjectCommandsAlias : public CommandObject
public:
CommandObjectCommandsAlias () :
CommandObject ("commands alias",
- "Allows users to define their own debugger command abbreviations.",
- "commands alias <new_command> <old_command> [<options-for-aliased-command>]")
+ "Allow users to define their own debugger command abbreviations.",
+ "commands alias <new_command> <old_command> [<options-for-aliased-command>]")
{
SetHelpLong(
"'alias' allows the user to create a short-cut or abbreviation for long \n\
OpenPOWER on IntegriCloud