From e3d26315672b8ae63b69ae9a3a03281e7b84a42c Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Wed, 8 Sep 2010 21:06:11 +0000 Subject: Clean up, clarify and standardize help text, and fix a few help text formatting problems. llvm-svn: 113408 --- lldb/source/Commands/CommandObjectCommands.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lldb/source/Commands/CommandObjectCommands.cpp') 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 and executes them.", + "Read in debugger commands from the file and execute them.", "command source ") { } @@ -139,8 +139,8 @@ class CommandObjectCommandsAlias : public CommandObject public: CommandObjectCommandsAlias () : CommandObject ("commands alias", - "Allows users to define their own debugger command abbreviations.", - "commands alias []") + "Allow users to define their own debugger command abbreviations.", + "commands alias []") { SetHelpLong( "'alias' allows the user to create a short-cut or abbreviation for long \n\ -- cgit v1.2.3