Several fixes to the help command

This commit is contained in:
Lior Halphon 2017-02-04 19:00:31 +02:00
parent 57c73c8a51
commit eed8a06fc0

View File

@ -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);
} }