mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-16 04:20:59 +00:00
Clean up help text.
llvm-svn: 113738
This commit is contained in:
parent
ffc1d6672d
commit
8830091a1a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user