Fixed the help command for the disassemble command
This commit is contained in:
parent
6f94664428
commit
57c73c8a51
@ -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>]"},
|
||||
|
Loading…
Reference in New Issue
Block a user