Clean up help text.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@113738 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/CommandInterpreter.cpp b/source/Interpreter/CommandInterpreter.cpp
index 0da474b..d9cdbc7 100644
--- a/source/Interpreter/CommandInterpreter.cpp
+++ b/source/Interpreter/CommandInterpreter.cpp
@@ -457,7 +457,7 @@
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);