Fixed the help command for the disassemble command

This commit is contained in:
Lior Halphon 2017-02-04 17:49:22 +02:00
parent 6f94664428
commit 57c73c8a51
1 changed files with 2 additions and 2 deletions

View File

@ -1421,7 +1421,7 @@ static const debugger_command_t commands[] = {
{"eval", 2, }, /* Alias */
{"examine", 2, examine, "Examine values at address", "<expression>", "count"},
{"x", 1, }, /* Alias */
{"disassemble", 1, disassemble, "disassemble instructions at address", "<expression>", "count"},
{"disassemble", 1, disassemble, "Disassemble instructions at address", "<expression>", "count"},
{"help", 1, help, "List available commands or show help for the specified command", "[<command>]"},