Several fixes to the help command
This commit is contained in:
parent
57c73c8a51
commit
eed8a06fc0
@ -646,7 +646,7 @@ static void print_usage(GB_gameboy_t *gb, const debugger_command_t *command)
|
|||||||
{
|
{
|
||||||
GB_log(gb, "Usage: %s", command->command);
|
GB_log(gb, "Usage: %s", command->command);
|
||||||
|
|
||||||
if (command->arguments_format) {
|
if (command->modifiers_format) {
|
||||||
GB_log(gb, "[/%s]", command->modifiers_format);
|
GB_log(gb, "[/%s]", command->modifiers_format);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user