Clean up help text.

llvm-svn: 113738
This commit is contained in:
Caroline Tice 2010-09-13 05:27:16 +00:00
parent ffc1d6672d
commit 8830091a1a
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ CommandInterpreter::GetHelp (CommandReturnObject &result)
if (m_alias_dict.size() > 0)
{
result.AppendMessage("The following is a list of your current command abbreviations (see 'commands alias' for more info):");
result.AppendMessage("The following is a list of your current command abbreviations (see 'help commands alias' for more info):");
result.AppendMessage("");
max_len = FindLongestCommandWord (m_alias_dict);