Fix #9707 - Remove aos from help message

This commit is contained in:
pancake 2018-04-04 22:19:35 +02:00
parent 44a6f48206
commit 3b8e645770

View File

@ -481,7 +481,6 @@ static const char *help_msg_ao[] = {
"aoj", " N", "display opcode analysis information in JSON for N opcodes",
"aoe", " N", "display esil form for N opcodes",
"aor", " N", "display reil form for N opcodes",
"aos", " [esil]", "show sdb representation of esil expression (TODO)",
"ao", " 5", "display opcode analysis of 5 opcodes",
"ao*", "", "display opcode in r commands",
NULL