diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 2c931a44601..bed81b702bf 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -786,7 +786,7 @@ static PHPDBG_COMMAND(aliases) /* {{{ */ phpdbg_writeln(" %c -> %s", prompt_command->alias, prompt_command->name); while (sub_command && sub_command->name) { if (sub_command->alias) { - phpdbg_writeln(" |-------- %c -> %s\t%s", sub_command->alias, + phpdbg_writeln(" |-------- %c -> %15s\t%s", sub_command->alias, sub_command->name, sub_command->tip); } ++sub_command;