[Lldb-commits] [lldb] r113738 - /lldb/trunk/source/Interpreter/CommandInterpreter.cpp
Caroline Tice
ctice at apple.com
Sun Sep 12 22:27:16 PDT 2010
Author: ctice
Date: Mon Sep 13 00:27:16 2010
New Revision: 113738
URL: http://llvm.org/viewvc/llvm-project?rev=113738&view=rev
Log:
Clean up help text.
Modified:
lldb/trunk/source/Interpreter/CommandInterpreter.cpp
Modified: lldb/trunk/source/Interpreter/CommandInterpreter.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/CommandInterpreter.cpp?rev=113738&r1=113737&r2=113738&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CommandInterpreter.cpp (original)
+++ lldb/trunk/source/Interpreter/CommandInterpreter.cpp Mon Sep 13 00:27:16 2010
@@ -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);
More information about the lldb-commits
mailing list